<book-title-group>

Book Title Group

A container element for the various title elements that might be used for the book.

Related Elements

The very similar element <title-group> is used only at the book part (<book-part>) level, for book parts both named and generic as well as Indexes and Tables of Contents. The <book-title-group> is only used inside the <book-meta> element of a book or book part wrapper.

Attributes

Content Model

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

Expanded Content Model

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

Description

This element may be contained in:

Example

    
<book dtd-version="2.0">  
<book-meta>
<book-id book-id-type="doi">...</book-id>
<book-id book-id-type="other">endocrin</book-id>
<book-title-group>
<book-title>Endocrinology</book-title>
<subtitle>An Integrated Approach</subtitle>
</book-title-group>
...</book-meta>
<front-matter>...</front-matter>
<book-body>...</book-body>
<book-back>...</book-back>
</book>