<book-meta>
Book Metadata (Whole Book)
Within a <book>, such as a monograph, encyclopedia, or
reference volume, etc., the <book-meta> contains the whole-book-level
metadata elements such as book title, book identifier such as DOI, series name, edition, ISBN, et
al. This element is a direct parallel to the <front> element in NISO JATS.
Remarks
Design Note: Everything is optional in this model,
in parallel with the design of the NISO JATS Archiving Tag Set, so that even a book identifier and a book title are optional.
Content Model
<!ELEMENT book-meta %book-meta-model; >
Expanded Content Model
(book-id*, subj-group*, book-title-group?, (contrib-group | aff | aff-alternatives | x)*, author-notes?, pub-date*, book-volume-number?, book-volume-id*, issn*, issn-l?, isbn*, publisher*, edition*, 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-id> Book Identifier, zero or more
- <subj-group> Subject Group, zero or more
- <book-title-group> Book Title Group, zero or one
- Any combination of:
- <author-notes> Author Note Group, zero or one
- <pub-date> Publication Date, zero or more
- <book-volume-number> Book Volume Number, zero or one
- <book-volume-id> Book Volume Identifier, 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
- <edition> Edition Statement, Cited, zero or more
- <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
<book dtd-version="2.0">
<book-meta>
<book-id book-id-type="publisher">handbook-648</book-id>
<book-title-group>
<book-title>The NCBI Handbook</book-title>
</book-title-group>
<contrib-group>
<contrib contrib-type="editor">
<name><surname>McEntyre</surname>
<given-names>Jo</given-names></name>
<xref ref-type="aff" rid="bid.m.1"/>
</contrib>
<contrib contrib-type="editor">
<name><surname>Ostell</surname>
<given-names>Jim</given-names></name>
<xref ref-type="aff" rid="bid.m.1"/>
</contrib>
</contrib-group>
<aff id="bid.m.1">
<institution>National Center for Biotechnology Information
(NCBI), National Library of Medicine, National Institutes
of Health</institution>,
<addr-line>Bethesda, MD 20892-6510</addr-line>
</aff>
<pub-date iso-8601-date="2002-11"><month>11</month>
<year>2002</year></pub-date>
<publisher>
<publisher-name>National Center for Biotechnology Information
(NCBI), National Library of Medicine, National Institutes of
Health</publisher-name>
<publisher-loc>Bethesda, MD</publisher-loc>
</publisher>
<edition>1</edition>
<counts>
<book-fig-count count="98"/>
<book-table-count count="40"/>
<book-equation-count count="0"/>
<book-ref-count count="115"/>
<book-page-count count="532"/>
<book-word-count count="149852"/>
</counts>
</book-meta>
<front-matter>...</front-matter>
<book-body>...</book-body>
<book-back>...</book-back>
</book>