<book-part-meta>

Book Part Metadata

Definition

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)

Related Elements

The <book-meta> element is used for metadata relevant to an entire book, whereas the <book-part-meta> element is used for metadata concerning a book component such as a chapter or part.

Model Information

Content Model

<!ELEMENT  book-part-meta  
                        %book-part-meta-model;                       >

Description

The following, in order:

This element may be contained in:

<book-part> Book Part

Tagged Example


<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>

Module

bookpart.ent