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

Usage/Remarks

A typical appendix may be a table (or set of tables), maps, notes, additional figures, etc. that are 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

Base Attributes

Models and Context
May be contained in
Description
Content Model
<!ELEMENT  app          %app-model;                                  >
Expanded Content Model

((title, (answer | answer-set | boxed-text | chem-struct-wrap | code | explanation | fig | graphic | media | preformat | question | question-wrap | question-wrap-group | supplementary-material | table-wrap | disp-formula | disp-formula-group | def-list | list | p | disp-quote | speech | statement | verse-group)*, (sec)*), permissions?)

Tagged Sample

Inside appendix group

<article dtd-version="1.3">
 <front>...</front>
 <body>...</body>
 <back>
  <ref-list>...</ref-list>
  <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>
 </back>
</article>
Related Resources