<book-part-meta>
Book Part Metadata
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, part, or module (all tagged as the
element <book-part>).
Remarks
This element is also used to provide the metadata for the named components of book
front matter, such as Dedications and Prefaces.
Content Model
<!ELEMENT book-part-meta %book-part-meta-model; >
Expanded Content Model
(book-part-id*, subj-group*, title-group?, (contrib-group | aff | aff-alternatives | x)*, author-notes?, pub-date*, edition*, issn*, issn-l?, isbn*, publisher*, ((fpage, lpage?) | elocation-id)?, supplementary-material*, pub-history*, permissions?, self-uri*, (related-article | related-object)*, (abstract)*, trans-abstract*, (kwd-group)*, funding-group*, conference*, counts?, custom-meta-group*, (notes)*)
Description
The following, in order:
- <book-part-id> Book Part Identifier, zero or more
- <subj-group> Subject Group, zero or more
- <title-group> Title Group, zero or one
- Any combination of:
- <author-notes> Author Note Group, zero or one
- <pub-date> Publication Date, zero or more
- <edition> Edition Statement, Cited, zero or more
- <issn> ISSN, zero or more
- <issn-l> ISSN-L (Linking ISSN), zero or one
- <isbn> ISBN, zero or more
- <publisher> Publisher, zero or more
- Optionally any one of:
- The following, in order:
- <fpage> First Page
- <lpage> Last Page, zero or one
- <elocation-id> Electronic Location Identifier
- The following, in order:
- <supplementary-material> Supplementary Material, zero or more
- <pub-history> Publication History, zero or more
- <permissions> Permissions, zero or one
- <self-uri> URI for Object Online, zero or more
- Any combination of:
- Related Material Elements
- <abstract> Abstract, zero or more
- <trans-abstract> Translated Abstract, zero or more
- <kwd-group> Keyword Group, zero or more
- <funding-group> Funding Group, zero or more
- <conference> Conference Information, zero or more
- <counts> Counts, zero or one
- <custom-meta-group> Custom Metadata Group, zero or more
- <notes> Notes, zero or more
This element may be contained in:
Example 1
For a portion of a book:
<book dtd-version="2.0">
<book-meta>...</book-meta>
<front-matter>...</front-matter>
<book-body>
<book-part id="bid.2" book-part-type="chapter">
<book-part-meta>
<book-part-id book-part-id-type="doi">...</book-part-id>
<title-group>
<label>1</label>
<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>
<pub-history>
<date date-type="created" iso-8601-date="2002-10-09">
<day>09</day><month>10</month><year>2002</year>
</date>
<date date-type="updated" iso-8601-date="2004-07-27">
<day>27</day><month>07</month><year>2004</year>
</date>
</pub-history>
</book-part-meta>
<body>
<sec id="bid.3">...</sec>
...</body>
<back>...</back>
</book-part>
</book-body>
</book>
Example 2
For front matter:
<book dtd-version="2.0">
<book-meta>...</book-meta>
<front-matter>
<front-matter-part>
<book-part-meta>
<title-group>
<title>About this book</title>
</title-group>
</book-part-meta>
<named-book-part-body>
<sec sec-type="miscinfo">
<title>The NCBI Handbook</title>
<p>Bioinformatics consists of a computational approach
to biomedical information management and analysis. It is
being used increasingly as a component of research within
both academic and industrial settings and is becoming
integrated into both undergraduate and postgraduate
curricula. The new generation of biology graduates is
emerging with experience in using bioinformatics resources
and, in some cases, programming skills.</p>
...</sec>
</named-book-part-body>
</front-matter-part>
</front-matter>
...</book>