<app>

Appendix

Additional material added to — and usually following — the contents of a book, for example, a table (or set of tables), maps or charts, notes, etc. This is ancillary or supporting material, not a direct continuation of the text of a book or book component such as a chapter.

Remarks

While ancillary material, such as appendices, may follow the entire contents of a book, a publisher may prefer that such ancillary material follow the content of the book component where it is referenced. The Book Tag Set has been designed so that ancillary material may be included in the back matter of a <book> or <book-part> element.

Attributes

content-type Type of Content
id Identifier
specific-use Specific Use

Content Model

<!ELEMENT  app          %app-model;                                  >

Expanded Content Model

((sec-meta?, label?, title, 
(address | alternatives | array | boxed-text | chem-struct-wrap | 
fig | fig-group | graphic | map-group | media | preformat | 
supplementary-material | table-wrap | table-wrap-group | 
disp-formula | disp-formula-group | p | def-list | list | 
tex-math | mml:math | related-article | related-object | 
ack | disp-quote | speech | statement | verse-group)*, 
(sec)*, 
(notes | fn-group | glossary | ref-list | sig-block)*), 
permissions?)

Description

The following, in order:

This element may be contained in:

<app-group>

Example

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

Module

backmatter3.ent