<app-group>

Appendix Group

Container element for one or more appendices (<app> elements).

Remarks

As set up in the Journal Publishing 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-type Type of Content
id Document Internal Identifier
specific-use Specific Use
xml:base Base
xml:lang Language

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 | disp-quote | speech | statement | verse-group)*, (app | ref-list)*)

Description

This element may be contained in:

Example

<article dtd-version="1.1d2">
<front>...</front>
<body>...</body>
<back>
<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>
<ref-list>...</ref-list>
</back>
</article>