<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.
Related Elements
The Terms and Definition sections of standards are not typically tagged as glossaries, but as sections (<sec>) with a @sec-type attribute that determines the particular section type. Such a section contains TBX term elements, <term-display> elements, or both that are used to name the terms and provide the definitions.
Attributes

Base Attributes

Models and Context
May be contained in
Model Description
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>
...
Related Resources