<app>

Appendix

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.

Remarks

Usage: A typical appendix might be a table (or set of tables), maps, notes, etc. appended to the base document.
An appendix must have some sort of title, so that, for example, a Table of Contents can be automatically generated. Therefore, this Tag Set requires that an appendix be tagged with (minimally) either a <title> or a <label>. An appendix may be tagged with both.

Attributes

content-type Type of Content
id Document Internal Identifier
specific-use Specific Use
xml:base Base
xml:lang Language

Content Model

<!ELEMENT  app          %app-model;                                  >

Expanded Content Model

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

Description

This element may be contained in:

Example

<article dtd-version="1.1d2">
<front>...</front>
<body>...</body>
<back>
<app-group>
<app>
<title>Appendix</title>
<sec>
<title>The Bipolar Seesaw.</title>
<p>The evidence for the antiphasing of the millennial-duration climate
changes occurring on the Antarctic continent ...</p>
...
</sec>
</app>
</app-group>
<ref-list>...</ref-list>
</back>
</article>