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, et al.
<!ELEMENT book %book-model; >
(collection-meta*, book-meta?, front-matter?, book-body?, book-back?)
The following, in order:
<book dtd-version="1.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>