<item>

<item> 包含列表中的一個項目。 [3.7 Lists 2.5 The Revision Description]
組件core — 3 Elements Available in All TEI Documents
屬性att.global (@xml:id, @n, @xml:lang, @rend, @style, @rendition, @xml:base, @xml:space) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) att.sortable (@sortKey)
屬於
可包含在於
core: list
可包含
dictionaries: lang oRef oVar pRef pVar
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
宣告

<rng:element name="item">
 <rng:ref name="att.global.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.sortable.attributes"/>
 <rng:ref name="macro.specialPara"/>
</rng:element>
element item
{
   att.global.attributes,
   att.global.linking.attributes,
   att.global.analytic.attributes,
   att.global.facs.attributes,
   att.global.change.attributes,
   att.sortable.attributes,
   macro.specialPara
}
例子
<list type="ordered">
 <head>以下為第三部份的各個章節標題</head>
 <item n="3.1">人物的鑑賞</item>
 <item n="3.2">情節的鑑賞</item>
 <item n="3.3">環境的鑑賞</item>
 <item n="3.4">主題的鑑賞</item>
 <item n="3.5">語言的鑑賞</item>
 <item> ...</item>
</list>