Additional material added to a document that typically follows the body of the document. This is ancillary or supporting material, not a direct continuation of the text of the document.
Usage: A typical appendix might be a table (or set of tables), maps, notes, etc. appended to the base document.
An appendix will usually begin with some sort of title, so that, for example, a Table of Contents can be automatically generated. However, this Tag Set does not require that an appendix be tagged with either a <title> or a <label>. An appendix may, of course, be tagged with both.
<!ELEMENT app %app-model; >
((object-id)*, (sec-meta?, label?, title?, subtitle*, alt-title*, (address | alternatives | answer | answer-set | array | boxed-text | chem-struct-wrap | code | fig | fig-group | graphic | media | preformat | question | question-wrap | 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)*, (notes | fn-group | glossary | ref-list | sig-block)*), permissions?)
The following, in order:
... <book-back> <app-group> <app id="bid.301"> <title>Appendix 1. TAXON nametypes.</title> <sec id="bid.302"> <title>Scientific Name</title> <p>Every node in the database is required to have ...</p> ... </sec> ... </app> <app id="bid.317"> <title>Appendix 2. Functional classes of TAXON scientific names.</title> ... </app> <app id="bid.331"> <title>Appendix 3. Other TAXON data types.</title> ... </app> </app-group> </book-back> ...