Container element for the metadata that is specific to the large-scale components that comprise the body of a book, such as a chapter, unit, or module (all called <book-part>s)
<!ELEMENT book-part-meta %book-part-meta-model; >
The following, in order:
<book>
<book-meta>...</book-meta>
<book-front>...</book-front>
<body>
<book-part id="bid.2" book-part-type="chapter" book-part-number="1">
<book-part-meta>
<title-group>
<title>GenBank: The Nucleotide Sequence Database</title>
</title-group>
<contrib-group>
<contrib contrib-type="author">
<name>
<surname>Mizrachi</surname>
<given-names>Ilene</given-names>
</name>
</contrib>
</contrib-group>
<history>
<date date-type="created">
<day>9</day><month>10</month><year>2002</year>
</date>
<date date-type="updated">
<day>27</day><month>7</month><year>2004</year>
</date>
</history>
</book-part-meta>
<body>
<sec id="bid.3">... </sec>
</body>
<back>...
</back>
</book-part>
</body>
</book>
bookpart.ent