<title-group> Title Group

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

Usage/Remarks

A footnote or other reference inside a title should be placed within the title tag.
Related Elements
There are two elements concerned with the title of an article, both contained within the container element <title-group> in the article metadata. The <article-title> is the full title of the article. The <subtitle> is a subordinate or auxiliary title that adds information to the full title or modifies the full title.
Attributes

Base Attributes

Models and Context
May be contained in
Description
The following, in order:
Content Model
<!ELEMENT  title-group  %title-group-model;                          >
Expanded Content Model

(article-title, subtitle?)

Tagged Sample

With <article-title>

...
<article-meta>
 <title-group>
  <article-title>Systematic review of day hospital
   care for elderly people</article-title>
 </title-group>
 <contrib-group>
  <contrib contrib-type="author">
   <name><surname>Forster</surname>
    <given-names>Anne Williams</given-names></name>
   <role>research physiotherapist</role>
   <aff>Department of Health Care for the Elderly, 
    St Luke&#x2019;s Hospital, Bradford BD5 0NA</aff>
  </contrib>
  <contrib contrib-type="author">
   <name><surname>Young</surname>
    <given-names>John</given-names></name>
   <role>consultant physician</role>
   <aff>Department of Health Care for the Elderly, 
    St Luke&#x2019;s Hospital, Bradford BD5 0NA</aff>
  </contrib>
  <contrib contrib-type="author">
   <name><surname>Langhorne</surname>
    <given-names>Peter</given-names></name>
   <role>senior lecturer</role>
   <aff>Academic Section of Geriatric Medicine, Royal 
    Infirmary, Glasgow G4 0SF</aff>
  </contrib>
 </contrib-group>
 ...
</article-meta>
...
Related Resources