Container element for translated and transliterated titles.
This element may be repeated, for example, to provide translations in multiple languages, with the language indicated using the @xml:lang attribute.
Best Practice: Although, for backwards compatibility reasons, the @xml:lang attribute may be placed on the elements inside this element, best practice is to use @xml:lang on this element, the container for the alternative language titles.
Historical Note: In versions prior to 3.0 this element was not available, which meant that the titles and subtitles of multiple translations could not be grouped appropriately by language. This can now be done correctly by grouping each pair in an individual <trans-title-group>. This is one of the very few cases in which documents prior to 3.0 must be updated for 3.0: a <trans-title-group> wrapper element must be added.
<!ELEMENT trans-title-group %trans-title-group-model; >
(trans-title, trans-subtitle*)
The following, in order:
<article>
<front>
<journal-meta>...</journal-meta>
<article-meta>
<article-id pub-id-type="publisher-id">0002792-200209170-00001</article-id>
<article-categories>
<subj-group>
<subject>Editorial</subject>
</subj-group>
</article-categories>
<title-group>
<article-title>Quebec's Bill 114</article-title>
<trans-title-group xml:lang="fr">
<trans-title>La Loi 114 du Québec</trans-title>
</trans-title-group>
</title-group>
<pub-date pub-type="pub" iso-8601-date="2001-01-02">
<day>02</day>
<month>01</month>
<year>2001</year>
</pub-date>
...
<permissions>
<copyright-statement>Copyright © 2001, The Canadian Medical
Association</copyright-statement>
</permissions>
<abstract>
<p>When 51-year-old Claude Dufresne, experiencing his second myocardial
infarction, arrived ...</p>
</abstract>
<trans-abstract xml:lang="fr">
<p>Claude Dufresne, 51 ans, en proie à son deuxième
infarctus du myocarde, est arrivé trop tard de six minutes
à l'urgence du Centre hospitalier du Centre-de-la-Mauricie,
hôpital de 142 lits de Shawinigan- Sud. Les portes de
l'urgence étaient en effet fermées pour la nuit,
parce qu'aucun des 60 médecins de famille ou internistes
de l'hôpital n'était disponible pour assurer
le service. M. Dufresne est décédé en chemin
vers la salle d'urgence ouverte la plus près, à
quelque 30 minutes de là.</p>
</trans-abstract>
</article-meta>
</front>
<body>...</body>
<back>...</back>
</article>
JATS-common1.ent