<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

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>