<trans-title>

Translated Title

Within a bibliographic reference (<element-citation> or <mixed-citation>), an article title (<article-title>) that has been translated into a language other than that of the original article title. 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

Translated book titles in bibliographic references are tagged with the <trans-source> element.

Within bibliographic references (<element-citation> and <mixed-citation>), translated subtitles should be tagged with the translated titles.

Attributes

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

Content Model

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

Expanded Content Model

(#PCDATA | email | ext-link | uri | bold | italic | monospace | overline | roman | sc | strike | underline | alternatives | inline-graphic | chem-struct | inline-formula | abbrev | named-content | styled-content | fn | target | xref | sub | sup | break)*

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="journal" publication-format="print">
<person-group>
<name><surname>Pinet</surname>
<given-names>LM</given-names></name>
<aff>Departamento de Servicios de Salud de
Emergencia, Escuela de Posgrado, Universidad
de Maryland, Condado de Baltimore, USA.
<email>lpinetl@umbc.edu</email>
</aff>
</person-group>
<trans-title xml:lang="en">Prehospital emergency
care in Mexico City: the opportunities of the
healthcare system</trans-title>
<source>Salud Publica Mex</source>
<year>2005</year>
<month>Jan-Feb</month>
<volume>47</volume>
<issue>1</issue>
<fpage>64</fpage>
<lpage>71</lpage>
<comment>Spanish</comment>
</element-citation>
</ref>
...


Example 2

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

...
<ref>
<mixed-citation publication-type="journal" publication-format="print">
<string-name><surname>Pinet</surname>
<given-names>LM</given-names></string-name> (Departamento
de Servicios de Salud de Emergencia, Escuela de Posgrado,
Universidad de Maryland, Condado de Baltimore, USA.
<email>lpinetl@umbc.edu</email>).
[<trans-title xml:lang="en">Prehospital emergency care
in Mexico City: the opportunities of the healthcare
system</trans-title>]. <source>Salud Publica Mex</source>.
<year>2005</year> <month>Jan-Feb</month>;<volume>47</volume>
(<issue>1</issue>):<fpage>64</fpage>-<lpage>71</lpage>.
Spanish.</mixed-citation>
</ref>
...


Module

common3.ent