<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.
Attributes
Model 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
This element may be contained in:
Example
...
<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>
...