<app-group>

Appendix Matter

Container element for one or more appendices (<app> elements), which hold additional or ancillary material attached to an book

Remarks

As set up in the Book Tag Set, the <app-group> element can contain both appendices and interspersed bibliographic reference lists, because some older Book Tag Sets make use of this model.

Conversion Note: This element is highly similar to the Appendix Matter <appm> element used in AAP- and ISO-12083-derivative journal tag sets.

Attributes

content-type Type of Content
id Identifier
specific-use Specific Use

Content Model

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

Expanded Content Model

(label?, title?, 
(address | alternatives | array | boxed-text | chem-struct-wrap | 
fig | fig-group | graphic | map-group | media | preformat | 
supplementary-material | table-wrap | table-wrap-group | 
disp-formula | disp-formula-group | p | def-list | list | 
tex-math | mml:math | related-article | related-object | 
ack | disp-quote | speech | statement | verse-group)*, 
(app | ref-list)*)

Description

The following, in order:

This element may be contained in:

<back>

Example

...
<back>
<app-group>
<app id="bid.301">
<title>Appendix 1. TAXON nametypes.</title>
<sec id="bid.302">
<title>Scientific Name</title>
<p>Every node in the database is required to have ...</p>
...
</sec>
...
</app>
<app id="bid.317">
<title>Appendix 2. Functional classes of TAXON scientific names.</title>
...
</app>
<app id="bid.331">
<title>Appendix 3. Other TAXON data types.</title>
...
</app>
</app-group>
</back>
...

Module

backmatter3.ent