<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 a journal’s title 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 | overline-start | overline-end | roman | sans-serif | sc | strike | underline | underline-start | underline-end | email | ext-link | multi-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>
<year>1988</year>
<publisher-loc>Berlin</publisher-loc>
<publisher-name>Springer-Verlag</publisher-name>
<size units="page">212</size>
</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>.
<size units="page">212</size> p.
<comment>(Ger)</comment>.
</mixed-citation>
</ref>
...

Module

references3.ent