◇◆
<trans-title> Translated Title (deprecated)
Title of a document or document part that has been translated into a language other
than that of the original publication. This element is deprecated.
Usage/Remarks
Article Titles in Citations
Within bibliographic references (<element-citation> and <mixed-citation>), <article-title>s and <part-title>s should repeat for different languages (using the @xml:lang attribute to indicate the language). Any matching subtitle
should be incorporated as part of the title.
The multi-lingual attributes may be used to express the relationship between multiple
titles and/or to tie the same title in multiple languages together. For example, if
an article were originally in French, the <article-title> element would contain the French title with an @xml:lang attribute (@xml:lang="fr") and a @lang-variant attribute to say that French was the original language (@lang-variant="original"). A second <article-title> element could contain an English title with an @xml:lang (@xml:lang"en") and a @lang-variant attribute to indicate that the English was a translation (@lang-variant="translation").
Journal names or titles would be tagged as a <source>s, with appropriate multi-lingual attributes identifying the language(s) and variant(s).
Article Subtitles in Citations
Within a bibliographic reference (<element-citation> or <mixed-citation>), article titles are tagged as <article-title>s, but there is no separate element for <subtitle>. For best retrieval, subtitles should be tagged as part of the title.
Cited Books
Within a bibliographic reference (<element-citation> or <mixed-citation>), book titles are tagged with the element <source>, which may be repeated for multiple languages.
Attributes
Multi-lang Attributes
Models and Context
May be contained in
Description
Any combination of:
- Text, numbers, or special characters
- Linking Elements
- Emphasis Elements
- <alternatives> Alternatives For Processing
- Inline Display Elements
- Inline Math Elements
- Math Element
- Other Inline Elements
- Internal Linking Elements
- Baseline Change Elements
- <break> Line Break
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
(<part-title> used instead of deprecated <trans-title>)
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>). [<part-title xml:lang="en" lang-variant="translation" >Prehospital emergency care in Mexico City: the opportunities of the healthcare system</part-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> <part-title xml:lang="en" lang-variant="translation" >Prehospital emergency care in Mexico City: the opportunities of the healthcare system</part-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
- See: Titles in Citations