<app>

Appendix

Additional material added to — and usually following — an article, for example, a table (or set of tables), maps, notes, etc. This is ancillary or supporting material, not a direct continuation of the text of an article.

Attributes

copyright Copyright
id Identifier
xml:lang Language Code

Expanded Content Model

(label?, title?, (address | alternatives | array | graphic | preformat | disp-formula | p | def-list | list | disp-quote | speech | statement | verse-group)*, (sec)*, notes?)

Description

The following, in order:

Example

...
<back>
<ref-list use-in-PI="yes">
...
</ref-list>

<app-group>

<app id="A" copyright="inherit">
<label>A</label>
<title>Frequencies of Changes at Each Age Interval for the Full Sample and by Marital Status at Birth</title>
<sec id="s17">
<alternatives>
<graphic copyright="inherit" id="alt1" xlink:href="dev_49_7_1219_alt1.tif" xlink:type="simple"/>
<table>...
</table></alternatives>
</sec></app>

<app id="B" copyright="inherit">
<label>B</label>
<title>Model Specification</title>
<sec id="s18">
<p align="left">Data on behavior problems ...</p>
</sec></app>
</app-group>

</back>...

Appendix whose sole content is a single table:

...
<back>
<app-group>
<app id="A">
<title>Experimental and Control Words Used in the Detection and Correction Tasks</title>
<sec id="s14">
<p><xref ref-type="table-anchor" rid="tbl4"/></p>
</sec>
</app>
</app-group>
</back>

...

Module

backmatter3.ent