<trans-source>

Translated Source

Within a bibliographic reference (<element-citation> or <mixed-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 the equivalent English title.

Attributes

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

Content Model

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

Expanded Content Model

(#PCDATA | bold | italic | monospace | overline | roman | sans-serif | sc | strike | underline | email | ext-link | uri | named-content | styled-content | sub | sup)*

Description

Any combination of:

This element may be contained in:

<element-citation>, <mixed-citation>, <nlm-citation>, <product>, <related-article>, <related-object>

Example 1

In an element-style bibliographic reference (punctuation and spacing removed):

...
<ref>
<element-citation publication-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>
</element-citation>
</ref>
...

Example 2

In a mixed-style bibliographic reference (punctuation and spacing preserved):

...
<ref>
<mixed-citation publication-type="book">
<string-name><surname>Hartmeier</surname>, 
<given-names>Winifried</given-names></string-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. (Ger).
</mixed-citation>
</ref>
...

Module

references3.ent