<title-group>

Title Group

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

Remarks

This model differs from JATS article <title-group> in not starting with the privileged <article-title>, substituting the more generic element <title>.

Related Elements

The very similar element <book-title-group> is used only at the book level (inside <book-meta>).

Attributes

Content Model

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

Expanded Content Model

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

Description

This element may be contained in:

Example

As part of a book part:
    
<book dtd-version="2.0">  
<book-meta>...</book-meta>
<front-matter>...</front-matter>
<book-body>
<book-part id="bid.2" book-part-type="chapter">
<book-part-meta>
<book-part-id book-part-id-type="doi">...</book-part-id>
<title-group>
<label>1</label>
<title>GenBank: The Nucleotide Sequence Database</title>
</title-group>
<contrib-group>
<contrib contrib-type="author">
<name><surname>Mizrachi</surname>
<given-names>Ilene</given-names></name>
</contrib>
</contrib-group>
<pub-history>
<date date-type="created" iso-8601-date="2002-10-09">
<day>09</day><month>10</month><year>2002</year>
</date>
<date date-type="updated" iso-8601-date="2004-07-27">
<day>27</day><month>07</month><year>2004</year>
</date>
</pub-history>
</book-part-meta>
<body>
<sec id="bid.3">...</sec>
...</body>
<back>...</back>
</book-part>
</book-body>
</book>