<title-group>

Title Group

Container element to hold the various titles for a document or a document component.

Remarks

Best Practice: A footnote or other reference inside a title should usually be placed within the title tag, but such footnotes may be placed into a footnote group (<fn-group>) at the end of the <title-group>, if that is the way the footnotes have been placed in the original tagging of the article.

Related Elements

There are several elements concerned with the title of an article, all contained within the container element <title-group> in the article metadata:
  • The <article-title> is the full title of the article in the original language of the document.
  • The <subtitle> is a subordinate or auxiliary title that adds information to the full title or modifies the full title.
  • The <alt-title> is another version of an article title, usually created so that the title can be processed in a distinct way, for example, a short version of the title for use in a Table of Contents, an ASCII title, or a version of the title to be used in the right-running-head.
  • The <trans-title-group> is also a container element, inside the <title-group>, that holds together a translated title (<trans-title>) and its translated subtitle (<trans-subtitle>). The translated title is a version of the title translated into a language other than the original language of publication, and the matching subtitle is a version of the subtitle translated into a language other than the original language.

Attributes

id Document Internal Identifier
xml:base Base

Content Model

<!ELEMENT  title-group  %title-group-model;                          >

Expanded Content Model

(article-title, subtitle*, trans-title-group*, alt-title*, fn-group?)

Description

This element may be contained in:

Example

...
<front>
<journal-meta>
<journal-id journal-id-type="pmc">BMJ</journal-id>
<journal-id journal-id-type="publisher">BR MED J</journal-id>
<issn>0959-8138</issn>
<publisher>
<publisher-name>British Medical Journal</publisher-name>
</publisher>
</journal-meta>
<article-meta>
<article-id pub-id-type="pmid">10092260</article-id>
<title-group>
<article-title>Systematic review of day hospital
care for elderly people</article-title>
</title-group>
<contrib-group>...</contrib-group>
<aff id="StLukes">...</aff>
<pub-date publication-format="print" date-type="pub" iso-8601-date="1999-03-27">
...</pub-date>
...
</article-meta>
</front>
...