<trans-source>

Translated Source

Definition

Within a bibliographic reference (<citation> or <nlm-citation>), the <trans-source> element 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 Example

In a NLM-style bibliographic citation:


...
<ref>
<nlm-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>
<year>1988</year>
<publisher-loc>Berlin</publisher-loc>
<publisher-name>Springer-Verlag</publisher-name>
<lpage>212</lpage>
</nlm-citation>
</ref>
...


Module

references.ent