◇◆
<glossary> Glossary Elements
Section whose content is typically a list of terms or
abbreviations, usually tagged as one or more two-part lists
called <def-list>. Typically
part of the back matter of a document.
Models and Context
May be contained in
Description
The following, in order:
- <label> Label of a Figure, Reference, Etc., zero or one
- <title> Title, zero or one
- 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
- Paragraph-level Display Elements
- <glossary> Glossary Elements, zero or more
Content Model
<!ELEMENT glossary %glossary-model; >
Expanded Content Model
(label?, 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)*, glossary*)
Tagged Sample
In a Definitions section
...
<sec sec-type="definitions">
<label>1.10</label>
<title>Glossary</title>
<glossary>
<def-list>
<def-item>
<term>bend qualification procedure</term>
<def><p>a document that specifies the
properties of the starting pipe; the equipment to be used;
the bending parameters; the qualification bend test
results; and the postbend, heat-treat equipment and
cycle used for the manufacture of the bends. If nondestructive
testing of the bend is required, procedures that
have not been approved previously shall be submitted.</p></def>
</def-item>
<def-item>
<term>cylinder</term>
<def><p>a joint of pipe produced by a rolling andwelding
plate, as opposed to a joint of pipe produced in accordance
with a recognized specification.</p></def>
</def-item>
<def-item>
<term>extrados</term>
<def><p>the outside arc of the bend.</p></def>
</def-item>
...
</def-list>
</glossary>
</sec>
...