<trans-title>

Translated Title

Definition

Within a bibliographic reference (<citation> or <nlm-citation>), the <trans-title> element contains the title of a cited article, but with the article title given in a different language from that given in the <article-title> element. For example, if an article is originally in French, the <article-title> element would contain the French title, and the <trans-title> might contain, for example, the equivalent English title.

Remarks

In bibliographic references, translated subtitles should be wrapped into the translated titles.

Cited, translated book titles are tagged with the <trans-source> element.

For extensive examples of formatted <nlm-citation>s including use of <trans-title>s in <nlm-citation>s, see: Sample PubMed Central Citations. To see tagged versions of these examples, see: Sample PubMed Central Citations - XML Tagged.

Attributes

content-type Type of Content
id Identifier
xml:lang Language

Model Information

Content Model

<!ELEMENT  trans-title  (#PCDATA %title-elements;)*                  >

Description

Any combination of:

This element may be contained in:

<citation> Citation; <nlm-citation> NLM Citation Model; <product> Product Information; <related-article> Related Article Information

Tagged Example

In a NLM-style bibliographic citation:


...
<ref>
<nlm-citation citation-type="journal">
<person-group>
<name>
<surname>Massone</surname>
<given-names>L</given-names>
</name>
<name>
<surname>Borghi</surname>
<given-names>S</given-names>
</name>
<name>
<surname>Pestarino</surname>
<given-names>A</given-names>
</name>
<name>
<surname>Piccini</surname>
<given-names>R</given-names>
</name>
<name>
<surname>Gambini</surname>
<given-names>C</given-names>
</name>
</person-group>
<article-title xml:lang="fr">Localisations palmaires purpurioques de la 
dermatitie herpetiforme</article-title>
<trans-title>Purpuric palmar sites of dermatitis herpetiformis</trans-title>
<source>Ann Dermatol Vernerol</source>
<year>1987</year>
<volume>114</volume>
<issue>12</issue>
<fpage>1545</fpage>
<lpage>1547</lpage>
</nlm-citation>
</ref>
...



Module

common.ent