<book>
Book
Top-level element for this DTD. A “book”, as defined in this DTD, covers a single work
or book component such as a technical monograph, government report, volume of a
monographic series, STM reference work, etc.
Attributes
Content Model
<!ELEMENT book %book-model; >
Expanded Content Model
(collection-meta*, book-meta?, front-matter?, book-body?, book-back?)
Description
The following, in order:
- <collection-meta> Collection Metadata, zero or more
- <book-meta> Book Metadata (Whole Book), zero or one
- <front-matter> Front Matter, zero or one
- <book-body> Body of the Book, zero or one
- <book-back> Book Back Matter, zero or one
This top-level element may not be contained in any other elements.
Example
<book dtd-version="2.0" xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:mml="http://www.w3.org/1998/Math/MathML">
<book-meta>...</book-meta>
<front-matter>...</front-matter>
<book-body>...</book-body>
<book-back>...</book-back>
</book>