<title-group>

Title Group

Container element to hold an article’s various titles

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.

Content Model

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

Expanded Content Model

(article-title, subtitle?)

Description

The following, in order:

This element may be contained in:

<article-meta>

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&#x2019;s Hospital, Bradford BD5 
0NA</aff>
</contrib>
...
</contrib-group>
...
</article-meta>
... 

Module

articlemeta3.ent