<title-group>
Title Group
Container element to hold the various titles for a document or a document component.
Remarks
A footnote or other reference inside a title should be placed within the title tag.
Content Model
<!ELEMENT title-group %title-group-model; >
Expanded Content Model
(article-title, subtitle?)
Description
The following, in order:
- <article-title> Article Title
- <subtitle> Document Subtitle, zero or one
This element may be contained in:
Example
...
<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’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’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>
<author-comment>
<p>on behalf of the Day Hospital Group</p>
</author-comment>
</contrib>
</contrib-group>
...</article-meta>
...