<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

The <sec> element can be used within the <back> to contain material that has not been explicitly named as one of the other back matter components, for example, a table that is not named explicitly as an appendix or a glossary.

Related Elements

Books and book parts do not use the same element for their back matter. Books may contain a <book-back> element, which may contain <book-part> elements. Book parts may contain a <back> element, which cannot contain any <book-part> elements.

Attributes

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

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>
...