<app-group>
Appendix Group
Container element for one or more appendices (<app> elements).
Remarks
As set up in the Journal Archiving and Interchange Tag Set, the <app-group> element can contain both appendices and interspersed bibliographic reference lists, because some older journal tag sets make use of this model.
Design Note: This element is highly similar to the
Appendix Matter <appm> element used in AAP-derivative and ISO 12083-derivative tag sets.
Attributes
Content Model
<!ELEMENT app-group %app-group-model; >
Expanded Content Model
(label?, title?, (abstract)*, (kwd-group)*, (address | alternatives | array | boxed-text | chem-struct-wrap | code | fig | fig-group | graphic | media | preformat | 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)*, (app | ref-list)*)
Description
The following, in order:
- <label> Label (of an Equation, Figure, Reference, etc.), zero or one
- <title> Title, zero or one
- <abstract> Abstract, zero or more
- <kwd-group> Keyword Group, zero or more
- Any combination of:
- Paragraph-level Display Elements
- <address> Address/Contact Information
- <array> Array (Simple Tabulation)
- <boxed-text> Boxed Text
- <chem-struct-wrap> Chemical Structure Wrapper
- <code> Code
- <fig> Figure
- <fig-group> Figure Group
- <graphic> Graphic
- <media> Media Object
- <preformat> Preformatted Text
- <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 Material Elements
- <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
- Any combination of:
This element may be contained in:
Example
<article dtd-version="1.1">
<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>