<app> Appendix
Attributes
Linking Attributes
Namespaces
Models and Context
May be contained in
Description
- <editing-instruction> Editing Instruction, zero or more
- Any one of:
- The following, in order:
- <label> Label of a Figure, Reference, Etc.
- <annex-type> Type of Annex, zero or one
- <title> Title, zero or one
- The following, in order:
- <annex-type> Type of Annex, zero or one
- <title> Title
- The following, in order:
- Any combination of:
- Paragraph-level Display Elements
- <address> Address/Contact Information
- <array> Array (Simple Tabular Array)
- <boxed-text> Boxed Text
- <chem-struct-wrap> Chemical Structure Wrapper
- <code> Code Text
- <fig> Figure
- <fig-group> Figure Group
- <graphic> Graphic
- <media> Media Object
- <preformat> Preformatted Text
- <supplementary-material> Supplementary Material
- <table-wrap> Table Wrapper
- <table-wrap-group> Table Wrapper Group
- <alternatives> Alternatives For Processing
- Standards Note and Example Elements
- <disp-formula> Formula, Display
- <disp-formula-group> Formula, Display Group
- <editing-instruction> Editing Instruction
- Lists
- Math Elements
- <p> Paragraph
- Related Material Elements
- <disp-quote> Quote, Displayed
- <speech> Speech
- <statement> Statement, Formal
- <verse-group> Verse Form For Poetry
- <fn-group> Footnote Group
- <glossary> Glossary Elements
- <ref-list> Reference List (Bibliographic Reference List)
- Paragraph-level Display Elements
- Optionally, the following sequence (in order):
- One or more of any of:
- Section Elements
- Any combination of:
- <fn-group> Footnote Group
- <glossary> Glossary Elements
- <ref-list> Reference List (Bibliographic Reference List)
- Standards Note and Example Elements
- One or more of any of:
- <permissions> Permissions, zero or one
Content Model
<!ELEMENT app %app-model; >
Expanded Content Model
((editing-instruction)*, ((label, annex-type?, title?) | (annex-type?, title)), (address | alternatives | array | boxed-text | chem-struct-wrap | code | fig | fig-group | graphic | media | non-normative-note | normative-note | non-normative-example | normative-example | notes-group | preformat | supplementary-material | table-wrap | table-wrap-group | disp-formula | disp-formula-group | editing-instruction | def-list | list | tex-math | mml:math | p | related-article | related-object | disp-quote | speech | statement | verse-group | fn-group | glossary | ref-list)*, ((sec | term-sec)+, (fn-group | glossary | ref-list | non-normative-note | normative-note | non-normative-example | normative-example | notes-group)*)?, permissions?)
Tagged Samples
For informative annex
...
<back>
<app-group>
<app content-type="inform-annex" id="annA">
<label>Annex A</label>
<annex-type>(informative)</annex-type>
<title>Global trends supporting accessibility</title>
...
<sec id="A1">
<label>A.1</label>
<title>Trends in global demographics and market diversity</title>
<p>According to the <italic>World Report on Disability</italic>
(published by the World Health Organization and the World Bank
in June 2011,<sup><xref ref-type="bibr" rid="bibr40">[40]</xref></sup>
approximately 15 % of the world population (over one billion
people) has ...</p>
</sec>
...
</app>
</app-group>
<ref-list>...</ref-list>
</back>
...
For normative annex
...
<back>
...
<app-group>
<app content-type="norm-annex" id="annA">
<label>Annex A</label>
<annex-type>(normative)</annex-type>
<title>General operational requirements</title>
<sec id="annA.1">
<label>A.1</label>
<title>Installation, operation and maintenance
— general</title>
<p>The manufacturer shall specify in documentation
provided for or available to the installer, user and
maintainer of the equipment the conditions for ...</p>
...
</sec>
...
</app>
...
</app-group>
</back>
...
Multiple annexes
... <back> ... <app-group> <app content-type="norm-annex" id="annA"> <label>Annex A</label> <annex-type>(normative)</annex-type> <title>Specification for welded jointers</title> <sec id="annA.1"> <label>A.1</label> <title>Method</title> <sec id="annA.1.1"> <label>A.1.1</label> <p>Welding of any type that uses deposited filler metal and is ...</p> </sec> ... </sec> ... </app> <app content-type="norm-annex" id="annB"> <label>Annex B</label> <annex-type>(normative)</annex-type> <title>Manufacturing procedure qualification for PSL 2 pipe</title> <sec id="annB.1"> <label>B.1</label> <title>Introduction</title> <sec id="annB.1.1"> <label>B.1.1</label> <p>This annex specifies additional provisions that apply if manufacturing procedure qualification is ...</p> </sec> ... </sec> ... </app> ... </app-group> </back> ...
Annex and multiple appendixes
<standard xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:ali="http://www.niso.org/schemas/ali/1.0/" xmlns:tbx="urn:iso:std:iso:30042:ed-1" dtd-version="1.0" xml:lang="en"> <front>...</front> <body>...</body> <back> <app-group content-type="annex"> <title>ANNEX</title> <app> <label>A1</label> <annex-type>(Mandatory Information)</annex-type> <title>ANALYZER PRECISION AND BIAS</title> <sec> <label>A1.1</label> <title>Bias at Zero Concentration</title> <p>Most analyzers ...</p> </sec> </app> </app-group> <app-group content-type="appendix"> <title>APPENDIXES</title> <app> <label>X1</label> <annex-type>(Nonmandatory Information)</annex-type> <title>TRACER GASES USED TO DETERMINE AIR CHANGE</title> <sec> <label>X1.1</label> <p>Table X1.1 and Table X1.2 list ...</p> </sec> </app> <app> <label>X2</label> <annex-type>(Nonmandatory Information)</annex-type> <title>CALIBRATION OF CERTAIN GAS ANALYZERS</title> <sec> <label>X2.1</label> <title>Applicability</title> <p>Certain gas analyzers, including ...</p> </sec> </app> <app> <label>X3</label> <annex-type>(Nonmandatory Information)</annex-type> <title>CONFIDENCE INTERVALS</title> <sec> <label>X3.1</label> <title>Concentration Decay Method</title> <sec> <label>X3.1.1</label> <title>Test for Constant A</title> <p>The following ...</p> </sec> </sec> </app> </app-group> </back> </standard>