<trans-source>

Translated Source

Definition

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

Remarks

For extensive examples of formatted <nlm-citation>s including use of <trans-source>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-source (#PCDATA %source-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 Examples

Example 1

In a bibliographic reference (punctuation and spacing removed):


<article>
<front>...
</front>
<body>...
</body>
<back>
<ref-list>
...
<ref>
<citation citation-type="book">
<person-group person-group-type="author">
<name><surname>Hartmeier</surname>
<given-names>Winifried</given-names></name>
</person-group>
<source xml:lang="de">Immobilisierte Biokatalysstoren</source>
<trans-source xml:lang="en">Immobilized biocatalysts</trans-source>
<publisher-loc>Berlin</publisher-loc>
<publisher-name>Springer-Verlag</publisher-name>
<year>1988</year>
<lpage>212</lpage>
<comment>(Ger)</comment>
</citation>
</ref>
</ref-list>
</back></article>


Example 2

In a bibliographic reference (punctuation and spacing preserved):


<article>
<front>...
</front>
<body>...
</body>
<back>
<ref-list>
...
<ref>
<citation citation-type="book">
<name><surname>Hartmeier</surname>
<given-names>Winifried</given-names></name>.
<source xml:lang="de">Immobilisierte Biokatalysstoren</source>
[<trans-source xml:lang="en">Immobilized biocatalysts</trans-source>].
<publisher-loc>Berlin</publisher-loc>:
<publisher-name>Springer-Verlag</publisher-name>;
<year>1988</year>.
<lpage>212</lpage> p.
<comment>(Ger)</comment>.
</citation>
</ref>
</ref-list>
</back></article>


Module

references.ent