<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>.