<trans-title> Translated Title

Title of a document or document part that has been translated into a language other than that of the original publication. When a document is published simultaneously in more than one language, one language must be chosen for the title and all other document titles become translated titles.

Usage/Remarks

Cited Journals: Within a bibliographic reference (<element-citation> or <mixed-citation>), the <trans-title> element contains the title of a cited article, but with the article title given in a different language than used with the <article-title> element. For example, if an article were originally in French, the <article-title> element would contain the French title, and the <trans-title> element might contain, for example, the equivalent English title, both identified with @xml:lang. The journal name or title would be tagged as a <source> and the translated journal title tagged as a <trans-source> element.
Cited Books: Within a bibliographic reference (<element-citation> or <mixed-citation>), translated book titles are tagged with the <trans-source> element.
Cited Subtitles: Within bibliographic references (<element-citation> and <mixed-citation>), translated subtitles should be tagged as part of the translated title (<trans-title>).
Attributes

Base Attributes

Models and Context
May be contained in
Description
Content Model
<!ELEMENT  trans-title  (#PCDATA %trans-title-elements;)*            >
Expanded Content Model

(#PCDATA | email | ext-link | uri | bold | fixed-case | italic | monospace | overline | roman | sans-serif | sc | strike | underline | ruby | alternatives | inline-graphic | inline-media | chem-struct | inline-formula | mml:math | abbrev | index-term | index-term-range-end | named-content | styled-content | fn | target | xref | sub | sup | break)*

Tagged Sample

In citations

Mixed citation
...
<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 iso-8601-date="2005-01">2005</year> <month>Jan-Feb</month>;
  <volume>47</volume>(<issue>1</issue>):<fpage>64</fpage>-<lpage>71</lpage>. 
  Spanish.</mixed-citation>
</ref>
...
Element citation
...
<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 iso-8601-date="2005-01">2005</year>
  <month>Jan-Feb</month>
  <volume>47</volume>
  <issue>1</issue>
  <fpage>64</fpage>
  <lpage>71</lpage>
  <comment>Spanish</comment>
 </element-citation>
</ref>
...
Related Resources