<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
The following, in order:
- The following, in order:
- <title> Title
- Any combination of:
- <sec> Section, zero or more
- <permissions> Permissions, zero or one
This element may be contained in:
Example
<article dtd-version="1.1d3">
<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>