Main textual portion of the book part (such as a chapter or Dedication) that conveys the narrative content.
The <body> of a book component cannot repeat, but it takes a @specific-use attribute. This attribute can be used to indicate a very unusual book part body <body>, not the typical tagged narrative content. For example, a <body> might take a @specific-use attribute to indicate that the <body> is an untagged “bag of words” for indexing purposes, the <body> contains just undifferentiated OCR content, or the <body> is (artificially) tagged as a single paragraph which is acting as a text dump.
<!ELEMENT body %body-model; >
((address | alternatives | answer | answer-set | array | boxed-text | chem-struct-wrap | code | fig | fig-group | graphic | media | preformat | question | question-wrap | supplementary-material | table-wrap | table-wrap-group | disp-formula | disp-formula-group | def-list | list | tex-math | mml:math | p | related-article | related-object | ack | disp-quote | speech | statement | verse-group | x)*, (sec)*, (book-part | xi:include)*)
The following, in order:
<book dtd-version="1.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-meta>
<body>
<sec id="bid.3">
<title>History</title>
<p>Initially, GenBank was built and maintained at Los Alamos National
Laboratory (<xref ref-type="kwd" rid="bid.41">LANL</xref>). In the
early 1990s, this responsibility was awarded to NCBI through ...</p>
</sec>
<sec id="bid.4">
<title>International Collaboration</title>
<p>In the mid-1990s, the GenBank database became part of the
International Nucleotide Sequence Database Collaboration with the
EMBL database ...</p>
</sec>
</body>
<back>...</back>
</book-part>
<book-part>...</book-part>
<book-part>...</book-part>
<book-part>...</book-part>
</book-body>
</book>