◇◆
<back> Back Matter
Ancillary or supporting material not included as part of the main textual content
of a standards document or adoption, for example, annexes.
Models and Context
May be contained in
Description
The following, in order:
- <editing-instruction> Editing Instruction, zero or more
- <label> Label of a Figure, Reference, Etc., zero or one
- <title> Title, zero or more
- Any combination of:
- <app-group> Appendix Group
- <bio> Biography
- Section Back Matter Elements
- <ack> Acknowledgments
- <notes> Notes Section
- <toc> Table of Contents
- <toc-group> Table of Contents Group
- <index> Index
- <index-group> Index Group
- <sec> Section
- <term-sec> Terms and Definitions Container/Section
- <xi:include> XInclude
Content Model
<!ELEMENT back %back-model; >
Expanded Content Model
((editing-instruction)*, label?, title*, (app-group | bio | fn-group | glossary | ref-list | ack | notes | toc | toc-group | index | index-group | sec | term-sec | xi:include)*)
Tagged Samples
Back matter of a standard
<standard
xmlns:mml="http://www.w3.org/1998/Math/MathML"
xmlns:tbx="urn:iso:std:iso:30042:ed-1"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:xi="http://www.w3.org/2001/XInclude"
dtd-version="1.2"
xml:lang="en">
<front>...</front>
<body>...</body>
<back>
<app-group>
<app content-type="inform-annex" id="annA">...</app>
<app content-type="norm-annex" id="annB">...</app>
</app-group>
<ref-list>...</ref-list>
</back>
</standard>Back matter three times — once at end of ISO standard, once as part of CEN adoption, and once as part of DIN adoption
<adoption>
<!-- DIN adoption of CEN standard -->
<adoption-front>
<!-- Metadata that is the same for all of the organizations that developed or adopted
this standard -->
<std-doc-meta>
<title-wrap xml:lang="de">
<intro>Sicherheit von Maschinen</intro>
<main>Sicherheitsbezogene Teile von Steuerungen</main>
...
</title-wrap>
<title-wrap xml:lang="en">
<intro>Safety of machinery</intro>
<main>Safety-related parts of control systems</main>
...
</title-wrap>
<title-wrap xml:lang="fr">
<intro>Sécurité des machines</intro>
<main>Parties des systèmes de commande relatives à la sécurité</main>
...
</title-wrap>
<std-ident>
<doc-type>st</doc-type>
<doc-number>13849</doc-number>
<part-number>1</part-number>
<version>n</version>
</std-ident>
</std-doc-meta>
<std-meta id="profile.nat">
<std-org>
<std-org-abbrev>DIN</std-org-abbrev>
<std-org-loc>Berlin</std-org-loc>
</std-org>
...
</std-meta>
<notes>...</notes>
<sec sec-type="foreword" specific-use="foreword.nat">
<title>National foreword</title>
<p>This standard includes ...</p>
...
</sec>
</adoption-front>
<!-- CEN adopted ISO standard -->
<adoption>
<adoption-front>
<std-meta id="profile.reg">
<std-org>
<std-org-abbrev>CEN</std-org-abbrev>
</std-org>
...
</std-meta>
<notes>...</notes>
...
</adoption-front>
<!-- The ISO standard that was adopted by CEN and then by DIN -->
<standard>
<front>
<iso-meta id="profile.int">
<std-org>
<std-org-abbrev>ISO</std-org-abbrev>
</std-org>
<content-language>en</content-language>
<std-ref type="undated">ISO 13849-1</std-ref>
<doc-ref>ISO 13849-1</doc-ref>
<release-date>2006-11</release-date>
<permissions>
<copyright-year>2006</copyright-year>
<copyright-holder>ISO</copyright-holder>
</permissions>
</iso-meta>
<sec sec-type="intro">
<title>Introduction</title>
<p>The structure of safety standards ... this part of ISO
13849.</p>
</sec>
</front>
<body>
<sec id="sec_1" sec-type="scope">
<label>1</label>
<title>Scope</title>
<p id="par_1_1">This part of ISO 13849 provides ...</p>
...
</sec>
</body>
<back>
<app-group>
<app id="sec_A" content-type="inform-annex">
<label>Annex A</label>
<annex-type>(informative)</annex-type>
<title>Determination of required performance ...</title>
...
</app>
...
</app-group>
...
</back>
</standard>
<!-- Back matter added by CEN -->
<back>
<app-group>
<app id="sec_ZA" content-type="inform-annex">
<label>Annex ZA</label>
<annex-type>(informative)</annex-type>
<title>Relationship between this European Standard and the Essential
Requirements of EU Directive 98/37/EC, amended by Directive 98/79/EC</title>
<p id="par_ZA_1">This European Standard has been prepared ...</p>
</app>
...
</app-group>
</back>
</adoption>
<!-- Back matter added by DIN -->
<back>
<app-group>
<app id="sec_NA" content-type="bibl">
<label>Annex NA</label>
<title>Bibliography</title>
<p><bold>Standards referred to in</bold> <xref ref-type="sec" rid="sec_2">Clause 2</xref>
</p>
<ref-list>
<ref>
<mixed-citation><std std-id="urn:iso:std:beuth:e2b8abae:::en" type="dated">IEV
191:2002</std>, International electrotechnical vocabulary — Chapter 191:
Dependability and quality of service; (IEC 60050-191 AMD 1:1999-03 and IEC
60050-191 AMD 2:2002-01)</mixed-citation>
</ref>
...
</ref-list>
</app>
</app-group>
</back>
</adoption>