<item>

<item> contains one component of a list. 3.7 Lists 2.5 The Revision Description
Modulcore — 3 Elements Available in All TEI Documents
Attribute
Verwendet von
Kann enthalten
Deklaration

<rng:element name="item">
<rng:ref name="att.global.attributes"/>
<rng:ref name="macro.specialPara"/>
</rng:element>
element item { att.global.attributes, macro.specialPara }
Beispiel
<list type="ordered">
 <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>