◇◆
<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 contain a table (or set of tables), maps, notes, additional
figures, etc. that are appended to the base document.
In some previous versions of this Tag Set, a <title> element was required on each appendix. A title was considered to be the
basic requirement for producing an automated Table of Contents for online viewing
of an article, so
a title was required. However, as nice as it would be to keep that requirement, this
is a conversion
target Tag Set, and conversion experience has shown that not all appendices in the
wild have either titles (for example, “Conversion Tables”) or labels (“Appendix 6”).
Without true section-level headings, it will be difficult to create automatic Tables
of Contents and high-quality web and print displays.
Attributes
Multi-lang Attributes
Models and Context
May be contained in
Description
The following, in order:
- The following, in order:
- <sec-meta> Section Metadata, zero or one
- <label> Label (of an Equation, Figure, Reference, etc.), zero or one
- <title> Title, zero or one
- Any combination of:
- Paragraph-level Display Elements
- <address> Address/Contact Information
- <answer> Answer to a Question
- <answer-set> Answer Set
- <array> Array (Simple Tabulation)
- <block-alternatives> Block-level Alternatives
- <boxed-text> Boxed Text
- <chem-struct-wrap> Chemical Structure Wrapper
- <code> Code
- <explanation> Explanation
- <fig> Figure
- <fig-group> Figure Group
- <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
- <table-wrap-group> Table Wrapper Group
- <alternatives> Alternatives For Processing
- <disp-formula> Formula, Display
- <disp-formula-group> Formula, Display Group
- Lists
- Math Elements
- <p> Paragraph
- <related-article> Related Article Information
- <related-object> Related Object Information
- <ack> Acknowledgments
- <disp-quote> Quote, Displayed
- <speech> Speech
- <statement> Statement, Formal
- <verse-group> Verse Form for Poetry
- <x> X - Generated Text and Punctuation
- Paragraph-level Display Elements
- <sec> Section, zero or more
- Any combination of:
- <permissions> Permissions, zero or more
Content Model
<!ELEMENT app %app-model; >
Expanded Content Model
((sec-meta?, label?, title?, (address | alternatives | answer | answer-set | array | block-alternatives | boxed-text | chem-struct-wrap | code | explanation | fig | fig-group | graphic | media | preformat | question | question-wrap | question-wrap-group | supplementary-material | table-wrap | table-wrap-group | disp-formula | disp-formula-group | def-list | list | tex-math | mml:math | p | related-article | related-object | ack | disp-quote | speech | statement | verse-group | x)*, (sec)*, (notes | fn-group | glossary | ref-list)*), (permissions)*)
Tagged Sample
Inside appendix group
<article dtd-version="1.4">
<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>