Wrapper element to hold the various titles for a book component such as a chapter
Conversion Note: A footnote or other reference inside a title should usually be placed within the title tag, but such footnotes may be placed into a footnote group (<fn-group>) at the end of the <title-group>, if that is the way the footnotes have been placed in the original tagging of the book component.
<!ELEMENT title-group %title-group-model; >
The following, in order:
<book> ... <book-front>...</book-front> <body> <book-part id="bid.1" book-part-type="part" book-part-number="Part 1"> <book-part-meta> <title-group> <title>The Databases</title> </title-group> </book-part-meta> <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-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> <alternate-form xmlns:xlink="http://www.w3.org/1999/xlink" alternate-form-type="pdf" xlink:href="ch1d1"/> <abstract> <title>Summary</title> <p>The GenBank sequence database is an annotated collection ...</p> ... </abstract> </book-part-meta> <body> <sec id="bid.3"> <title>History</title> <p>Initially, GenBank was built and maintained at Los Alamos National Laboratory ...</p> </sec> ... </body> ... </book-part> ... </body> </book-part> ... </body> ... </book>
articlemeta.ent