<app-group> Appendix Group

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

Usage/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 semantically similar to the JATS Appendix Group element (<app-group>) but BITS allows slightly different content. An Appendix Group (<app-group>) is part of a book part such as a book 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

Base Attributes

Models and Context
May be contained in
Description
The following, in order:
Content Model
<!ELEMENT  app-group    %app-group-model;                            >
Expanded Content Model

((object-id)*, label?, title?, subtitle*, alt-title*, (abstract)*, (kwd-group)*, (subj-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)*)

Tagged Sample

In book part back matter

...
<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>
...
Related Resources