<headItem>

<headItem> (列表項目的標題) 包含詞彙列表或結構類似的列表中項目或註解欄位的標題。 3.7 Lists
組件core — 3 Elements Available in All TEI Documents
屬性
屬於list
可包含
宣告
element headItem { att.global.attributes, macro.phraseSeq }
例子
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>
The <headItem> element may appear only if each item in the list is preceded by a <label>.