◇◆
<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.
Attributes
Multi-lang Attributes
Models and Context
May be contained in
Description
The following, in order:
- The following, in order:
- <title> Title
- Any combination of:
- Paragraph-level Display Elements
- <answer> Answer to a Question
- <answer-set> Answer Set
- <boxed-text> Boxed Text
- <chem-struct-wrap> Chemical Structure Wrapper
- <code> Code
- <explanation> Explanation
- <fig> Figure
- <graphic> Graphic
- <media> Media Object
- <preformat> Preformatted Text
- <question> Question
- <question-wrap> Question Wrapper
- <question-wrap-group> Question Wrapper Group
- <supplementary-material> Supplementary Material Metadata
- <table-wrap> Table Wrapper
- <disp-formula> Formula, Display
- <disp-formula-group> Formula, Display Group
- Lists
- <p> Paragraph
- <disp-quote> Quote, Displayed
- <speech> Speech
- <statement> Statement, Formal
- <verse-group> Verse Form for Poetry
- Paragraph-level Display Elements
- <sec> Section, zero or more
- <permissions> Permissions, zero or more
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.4d1">
<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>