◇◆
<def-item> Definition List: Definition Item
One item in a definition (two-part) list.
Models and Context
May be contained in
Description
The following, in order:
- <term> Term
- <def> Definition, zero or more
Content Model
<!ELEMENT def-item %def-item-model; >
Expanded Content Model
(term, def*)
Tagged Samples
Definition List describes abbreviations
... <sec sec-type="abbreviations" id="s4"> <label>4</label> <title>Abbreviations and acronyms</title> <def-list> <title>Abbreviations:</title> <def-item> <term>CCD</term> <def><p>Charge Coupled Device.</p></def> </def-item> <def-item> <term>CMOS</term> <def><p>Complementary Metal Oxide Semiconductor.</p></def> </def-item> <def-item> <term>LED</term> <def><p>Light Emitting Diode.</p></def> </def-item> </def-list> </sec> ...
As part of Glossary
... <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> ...