<named-book-part-body> Named Book Part Body

The non-recursive body of a named book part such as a Dedication or Foreword.
Attributes

Base Attributes

Models and Context
May be contained in
Description
Content Model
<!ELEMENT  named-book-part-body
                        (%named-book-part-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)*) | (sec)+))

Tagged Sample

A front matter part

<book dtd-version="2.1">  
 <book-meta>...</book-meta>
 <front-matter>
  <front-matter-part>
   <book-part-meta>
    <title-group>
     <title>About this book</title>
    </title-group>
   </book-part-meta>
   <named-book-part-body>
    <sec sec-type="miscinfo">
     <title>The NCBI Handbook</title>
     <p>Bioinformatics consists of a computational approach
      to biomedical information management and analysis. It is
      being used increasingly as a component of research within
      both academic and industrial settings and is becoming
      integrated into both undergraduate and postgraduate
      curricula. The new generation of biology graduates is
      emerging with experience in using bioinformatics resources
      and, in some cases, programming skills.</p>
     ...
    </sec>
   </named-book-part-body>
  </front-matter-part>
 </front-matter>
 ...
</book>
Related Resources