◇◆
<body> Body of a Book Part
Main textual portion of the book part (such as a chapter or Dedication) that conveys
the narrative content.
Usage/Remarks
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.
Models and Context
May be contained in
Description
The following, in order:
- Any combination of:
- <address> Address/Contact Information
- <alternatives> Alternatives For Processing
- <answer> Answer to a Question
- <answer-set> Answer Set
- <array> Array (Simple Tabulation)
- <boxed-text> Boxed Text
- <chem-struct-wrap> Chemical Structure Wrapper
- <code> Code
- <explanation> Explanation
- <fig> Figure
- <fig-group> Figure Group
- <graphic> Graphic
- <media> Media Object
- <name-address-wrap> Name/Address Block Wrapper
- <preformat> Preformatted Text
- <question> Question
- <question-wrap> Question Wrapper
- <question-wrap-group> Question Wrapper Group
- <supplementary-material> Supplementary Material
- <table-wrap> Table Wrapper
- <table-wrap-group> Table Wrapper Group
- <disp-formula> Formula, Display
- <disp-formula-group> Formula, Display Group
- Lists
- Math Elements
- <p> Paragraph
- <related-article> Related Article Information
- <related-object> Related Object Information
- <ack> Acknowledgments
- <disp-quote> Quote, Displayed
- <speech> Speech
- <statement> Statement, Formal
- <verse-group> Verse Form for Poetry
- <x> X - Generated Text and Punctuation
- <sec> Section, zero or more
- Any combination of:
Content Model
<!ELEMENT body %body-model; >
Expanded Content Model
((address | alternatives | answer | answer-set | array | boxed-text | chem-struct-wrap | code | explanation | fig | fig-group | graphic | media | name-address-wrap | preformat | question | question-wrap | question-wrap-group | 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)*)
Tagged Sample
<body> containing sections
<book dtd-version="2.1">
<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>