<headItem>

<headItem> (列表項目的標題) 包含詞彙列表或結構類似的列表中項目或註解欄位的標題。 [3.8 Lists]
組件 core — Elements Available in All TEI Documents
屬性
可包含在於
core: list
可包含

The headItem element may appear only if each item in the list is preceded by a label.

例子
經過五四運動,中國文學自文言文發展為白話文。 <list type="gloss">
 <headLabel rend="smallcaps">文言文</headLabel>
 <headItem rend="smallcaps">白話文</headItem>
 <label></label>
 <item></item>
 <label></label>
 <item></item>
 <label></label>
 <item></item>
 <label>爾輩</label>
 <item>你們</item>
 <label>吾等</label>
 <item>我們</item>
</list>
Content model
<content>
 <macroRef key="macro.phraseSeq"/>
</content>
宣告
<rng:element name="headItem">
 <rng:ref name="att.global.attributes"/>
 <rng:ref name="att.global.rendition.attributes"/>
 <rng:ref name="att.global.linking.attributes"/>
 <rng:ref name="att.global.analytic.attributes"/>
 <rng:ref name="att.global.facs.attributes"/>
 <rng:ref name="att.global.change.attributes"/>
 <rng:ref name="att.global.responsibility.attributes"/>
 <rng:ref name="att.global.source.attributes"/>
 <rng:ref name="macro.phraseSeq"/>
</rng:element>
element headItem
{
   att.global.attributes,
   att.global.rendition.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.global.responsibility.attributes,
   att.global.source.attributes,
   macro.phraseSeq
}