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

Attributes

Content Model

<!ELEMENT  app          %app-model;                                  >

Expanded Content Model

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

Description

This element may be contained in:

Example

<article dtd-version="1.2">
<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>