◇◆
<body> Body of the Standards Document
The main textual portion of the standards document.
Models and Context
May be contained in
Description
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
- <ref-list> Reference List (Bibliographic Reference List)
- Paragraph-level Display Elements
- Any combination of:
- <sig-block> Signature Block, zero or one
Content Model
<!ELEMENT body %body-model; >
Expanded Content Model
((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 | ref-list)*, (sec | term-sec | sub-part | xi:include)*, sig-block?)
Tagged Sample
Content of a standard
<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>
<sec sec-type="scope" id="s1">
<label>1</label>
<title>Scope</title>
<p>This International Standard defines the test equipment
and procedures to be used ...</p>
</sec>
<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>
...
</sec>
...
</body>
<back>...</back>
</standard>