<app-group>

Appendix Group

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

Remarks

In the BITS Tag Set, appendices may be contained within this element or merely loose, ungrouped inside the book or book part back matter. The <app-group> element can contain not only appendices but also interspersed bibliographic reference lists.

Related Elements

This element is similar to (but not the same as) the JATS Appendix Group element (<app-group>). An Appendix Group (<app-group>) is part of a book part such as a chapter or a JATS article. It holds a collection of section-level appendices (<app>) and is placed into the back matter (<back>) of the chapter or article. A Book Appendix Group (<book-app-group>) holds a collection of book-part-level appendix elements (<book-app>) that relate to the entire book; this element is found in the back matter of the whole book (<book-back>) rather than within the back matter of a single book part (<back>).

Attributes

Content Model

<!ELEMENT  app-group    %app-group-model;                            >

Expanded Content Model

(label?, title?, subtitle*, alt-title*, (abstract)*, (kwd-group)*, (address | alternatives | answer | answer-set | array | boxed-text | chem-struct-wrap | code | explanation | fig | fig-group | graphic | media | name-address-wrap | 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)*, (app | ref-list)*)

Description

This element may be contained in:

Example

    ...
<book-part>...
<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>
</book-part>
...