<book-title-group>
Book Title Group
A container element for the various title elements that might be used for the book.
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
The following, in order:
- <label> Label (of an Equation, Figure, Reference, etc.), zero or one
- <book-title> Book Title, zero or one
- <subtitle> Document Subtitle, zero or more
- <trans-title-group> Translated Title Group, zero or more
- <alt-title> Alternate Title, zero or more
- <fn-group> Footnote Group, zero or one
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>