◇◆
<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, etc. This element is a direct parallel to the <front> element in JATS.
Usage/Remarks
Everything is optional in this model,
in parallel with the design of the JATS Archiving Tag Set, so that even a book identifier
and a book title are optional.
Models and Context
May be contained in
Description
The following, in order:
- <book-id> Book Identifier, zero or more
- Optionally any one of:
- <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
- <content-language> Content Language, zero or more
- Any one of:
- <pub-date> Publication Date, zero or more
- <pub-date-not-available> Publication Date Not Available Flag, zero or one
- <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, 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:
- <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
- <support-group> Support 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
Content Model
<!ELEMENT book-meta %book-meta-model; >
Expanded Content Model
(book-id*, (content-version | content-version-alternatives)?, subj-group*, book-title-group?, (contrib-group | aff | aff-alternatives | x)*, author-notes?, content-language*, ((pub-date)* | pub-date-not-available?), 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*, support-group*, conference*, counts?, custom-meta-group*, (notes)*)
Tagged Sample
Metadata for the entire book
<book dtd-version="2.1">
<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>