<book>

Book

Top-level document 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.

Attributes

book-type Type of Book
dtd-version Version of the Tag Set (DTD)
indexed Indexed
xmlns:mml MathML Namespace Declaration
xmlns:xlink XLink Namespace Declaration
xmlns:xsi XML Schema Namespace Declaration
xml:lang Language

Content Model

<!ELEMENT  book         %book-model;                                 >

Expanded Content Model

(collection-meta*, book-meta?, front-matter?, book-body?, book-back?)

Description

The following, in order:

This top-level element may not be contained in any other elements.

Example

          
<book dtd-version="0.2" 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>

        

Module

BITS-book0.dtd