<sec> Section
Usage/Remarks
Recursive Sections
Section Types
Placement of Sections
- At the end of the front matter (<front>), following the standard’s metadata, to hold material that is logically part of the front matter, not part of the body of a standards document; and
- Within the back matter (<back>) to tag material that has not been explicitly named as one of the other back matter components, that is, it is not named as an annex (<app>), an acknowledgment (<ack>), a bibliography (<ref-list>), etc.
Models and Context
May be contained in
Description
- <editing-instruction> Editing Instruction, zero or more
- Any one of:
- 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:
Content Model
<!ELEMENT sec %sec-model; >
Expanded Content Model
((editing-instruction)*, ((label, title?) | 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)*)?)
Tagged Samples
Simple section
...
<sec sec-type="foreword">
<title>Foreword</title>
<p>The text of <std type="dated" std-id="iso:std:iso:15423"
><std-ref>ISO/IEC 15423:2004</std-ref></std> has been
prepared by Technical Committee ISO/IEC/JTC 1 "Information
technology" of the International Organization for
Standardization (ISO) and is ...</p>
...
</sec>
...
Recursive section
...
<body>
...
<sec id="s4">
<label>4</label>
<title>Accessibility in the standards development
process</title>
<sec id="s4_1">
<label>4.1</label>
<title>General</title>
<p>This clause outlines how accessibility can be
addressed in the standards development process:
<list list-type="bullet">
<list-item><p><xref ref-type="sec" rid="s4_2">4.2</xref>
contains general considerations for standards bodies
related to ...</p></list-item>
<list-item><p><xref ref-type="sec" rid="s4_3">4.3</xref>
provides guidance for each of the respective stages of
the standards development process to ensure ...</p></list-item>
</list>
</p>
</sec>
<sec id="s4_2">
<label>4.2</label>
<title>Considerations by standards bodies</title>
<p>Standards bodies should develop a process for ...</p>
</sec>
...
</sec>
...
</body>
...
Section with multi-level subsections (four levels)
...
<sec id="s6">
<label>6</label>
<title>Test requirements</title>
...
<sec id="s6.4">
<label>6.4</label>
<title>Test Charts</title>
<p>Test charts should be produced on dimensionally
stable materials with image characteristics which
are consistent within ...</p>
...
<sec id="s6.4.1">
<label>6.4.1</label>
<title>Test Charts for linear symbologies</title>
<p>A set of bar code test charts is defined, which
shall be used for the tests indicated ...</p>
...
</sec>
<sec id="s6.4.2">
<label>6.4.2</label>
<title>Test charts for multi-row and composite symbols</title>
<sec id="s6.4.2.1">
<label>6.4.2.1</label>
<title>PDF417</title>
<p>A set of PDF417 test charts defined in
<xref ref-type="table" rid="t4">Table 4</xref>
shall be used.</p>
...
</sec>
...
</sec>
...
</sec>
...
</sec>
...
“Normative references” section
...
<body>
...
<sec sec-type="norm-refs" id="s2">
<label>2</label>
<title>Normative references</title>
<p>The following referenced documents are indispensable
for the application of ...</p>
<ref-list>
<ref>
<std type="undated" std-id="iso:std:iso:9001"
><std-ref>ISO 9001</std-ref>,
<title>Quality management systems —
Requirements</title></std>
</ref>
<ref>
<std type="undated" std-id="iso-iec:std:iso-iec:15415"
><std-ref>ISO/IEC 15415</std-ref>,
<title>Information technology — Automatic identification
and data capture techniques — Bar code print quality
test specification — Two-dimensional symbols</title></std>
</ref>
...
</ref-list>
</sec>
...
</body>
...