Appendices
Capture each appendix in an appendixGroup element in the endMatter section.
| BMCT:APN | Appendix number |
| BMCT:APT | Appendix title |
| BMCT:APP | Appendix section (use for appendices part title, not for individual appendix) |
| CHBM:APT | Chapter level appendix title |
| CHBM:APN | Chapter level appendix number |
endMatter/appendixGroup/appendix
Use one appendixGroup element to contain all appendices.
Capture each appendix in an appendix element.
Appendix sections that are captured in appendixGroup elements require a metaInfo element that contains the creatorGroup element and metaItem elements for DTD, TCI version, Product and Publishing Group and supplier name.
Appendices can also be captured at the end of parts, chapters and sections. These do not require the metaInfo element.
Where the full appendixGroup or a single appendix contains preliminary/opening sections such as table of contents, capture each opening section as a div1 of the textMatter of the appendixGroup or appendix respectively. Contents list MUST be captured in the same way as the contents list for a full book.
Example XML
<endMatter>
<appendixGroup id="law-9780199574209-appendixGroup-1"><appendix id="law-9780199574209-appendix-1" doi="10.1093/law-olplo/9780199574209.005.1">
<titleGroup>
<title>
<p>
<enumerator>Appendix 1</enumerator> Criminal Procedure Rules 2005</p>
</title>
<subtitle>
<p>(SI 2005 No. 384)</p>
</subtitle>
</titleGroup>
<!-- Content omitted for brevity --></appendix>
</appendixGroup>
</endMatter>