◇◆
<def-item> Definition List: Definition Item
One item in a definition (two-part) list.
Usage/Remarks
Attributes
Multi-lang Attributes
Models and Context
May be contained in
Description
The following, in order:
- <label> Label (of an Equation, Figure, Reference, etc.), zero or one
- <term> Definition List: Term, zero or more
- Any combination of:
Content Model
<!ELEMENT def-item %def-item-model; >
Expanded Content Model
(label?, term*, (def | x)*)
Tagged Sample
Holding a <term>/<def> pair
... <glossary> <def-list> <title>ABBREVIATIONS</title> <term-head>Abbreviation</term-head> <def-head>Expansion</def-head> <def-item> <term id="G1">PAP I</term> <def><p>poly(A)polymerase I</p></def> </def-item> <def-item> <term id="G2">PNPase</term> <def><p>polynucleotide phosphorylase</p></def> </def-item> </def-list> </glossary> ...