<headLabel>

<headLabel> (heading for list labels) contains the heading for the label or term column in a glossary list or similar structured list. 3.7 Lists
Modulecore — 3 Elements Available in All TEI Documents
AttributesGlobal attributes only
Used by
May contain
Declaration

<rng:element name="headLabel">
<rng:ref name="att.global.attributes"/>
<rng:ref name="macro.phraseSeq"/>
</rng:element>
element headLabel { att.global.attributes, macro.phraseSeq }
Example
The simple, straightforward statement of an idea is
preferable to the use of a worn-out expression.
<list type="gloss">
 <headLabel rend="small caps">TRITE</headLabel>
 <headItem rend="small caps">SIMPLE, STRAIGHTFORWARD</headItem>
 <label>bury the hatchet</label>
 <item>stop fighting, make peace</item>
 <label>at loose ends</label>
 <item>disorganized</item>
 <label>on speaking terms</label>
 <item>friendly</item>
 <label>fair and square</label>
 <item>completely honest</item>
 <label>at death's door</label>
 <item>near death</item>
</list>
Note
The headLabel element may appear only if each item in the list is preceded by a label.