<back>
Back Matter for a Book Part
Ancillary or supporting material not included as part of the main textual content of a
book part, for example, appendices and lists of references. This is equivalent to the <back> element in the NISO JATS article model(s).
Remarks
Content Model
<!ELEMENT back %back-model; >
Expanded Content Model
(label?, title*, (app | app-group | floats-group | index | index-group | ref-list | ack | bio | dedication | fn-group | glossary | toc | toc-group | notes | sec | sig-block)+)
Description
The following, in order:
- <label> Label (of an Equation, Figure, Reference, etc.), zero or one
- <title> Title, zero or more
- One or more of any of:
- <app> Appendix
- <app-group> Appendix Group
- <floats-group> Floating Element Group
- <index> Index
- <index-group> Index Group
- <ref-list> Reference List (Bibliographic)
- <ack> Acknowledgments
- <bio> Biography
- <dedication> Dedication
- <fn-group> Footnote Group
- <glossary> Glossary Elements List
- <toc> Table of Contents
- <toc-group> Table of Contents Group
- <notes> Notes
- <sec> Section
- <sig-block> Signature Block
This element may be contained in:
Example
...
<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 ...</p>
</sec>...
</body>
<back>
<ref-list>
<title>References</title>
<ref id="bid.41">
<label>1</label>
<element-citation>
<person-group>
<string-name><surname>Olson</surname>
<given-names>M</given-names></string-name>
<string-name><surname>Hood</surname>
<given-names>L</given-names></string-name>
<string-name><surname>Cantor</surname>
<given-names>C</given-names></string-name>
<string-name><surname>Botstein</surname>
<given-names>D</given-names></string-name>
</person-group>
<article-title>A common language for physical mapping
of the human genome</article-title>
<source>Science</source>
<year iso-8601-date="1989">1989</year>
<volume>245</volume>
<issue>4925</issue>
<fpage>1434</fpage>
<lpage>1435</lpage>
<pub-id pub-id-type="pmid">2781285</pub-id>
</element-citation>
</ref>
</ref-list>
</back>
</book-part>
...