Appendices
Capture the appendix using an app element within an app-group.
Each app must have an id with a unique value and a title. Capture a separate app for each appendix.
Single appendix with id attribute
<app-group>
<app id="app-1">
<title>Appendix A</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>
<!-- additional elements inserted -->
</sec>
</app>
</app-group>
Appendix with xml:lang attribute
<app-group>
<app id="app-2" xml:lang="fr">
<title>Annexe B</title>
<sec>
<title>Guide d'entretien : Acteurs locaux</title>
<p>Le présent guide a été utilisé ...</p>
<!-- additional elements inserted -->
</sec>
</app>
</app-group>