<item>

<item> (Listenpunkt) enthält einen Listenpunkt. [3.8 Lists 2.6 The Revision Description]
Modul core — Elements Available in All TEI Documents
Attribute
Enthalten in
core: list
Kann enthalten
dictionaries: lang oRef pRef
gaiji: g
header: biblFull idno
iso-fs: fLib fs fvLib
textstructure: floatingText
verse: caesura rhyme
Zeichendaten
Anmerkung

Kann einen einfachen Fließtext enthalten oder eine Sequenz von Chunks.

Welche Zeichenfolge auch immer für die Kennzeichnung eines Listenpunkts in der Vorlage benutzt wird, kann als Wert des globalen n-Attributs verwendet werden, dabei muss die Nummerierung nicht notwendigerweise erfasst werden. In geordneten Listen ist das n-Attribut des item-Elements per Definition synonym mit dem Gebrauch des label-Elements, um den Zähler des Listenpunkts zu erfassen. In Glossarlisten sollte der zu definierende Term im label-Element und nicht im n-Attribut angegeben werden.

Beispiel
<list rend="numbered">
 <head>Here begin the chapter headings of Book IV</head>
 <item n="4.1">The death of Queen Clotild.</item>
 <item n="4.2">How King Lothar wanted to appropriate one third of the Church revenues.</item>
 <item n="4.3">The wives and children of Lothar.</item>
 <item n="4.4">The Counts of the Bretons.</item>
 <item n="4.5">Saint Gall the Bishop.</item>
 <item n="4.6">The priest Cato.</item>
 <item> ...</item>
</list>
Content model
<content>
 <macroRef key="macro.specialPara"/>
</content>
Schema Deklaration
<rng:element name="item">
 <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="att.sortable.attributes"/>
 <rng:ref name="macro.specialPara"/>
</rng:element>
element item
{
   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,
   att.sortable.attributes,
   macro.specialPara
}