Text Encoding Initiative

The XML Version of the TEI Guidelines

<item>


<item> contains one component of a list.
Example
<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>
Note

Whatever string of characters is used to label a list item in the copy text may be used as the value of the global n attribute, but it is not required that numbering be recorded explicitly. In ordered lists, the n attribute on the <item> element is by definition synonymous with the use of the <label> element to record the enumerator of the list item. In glossary lists, however, the term being defined should be given with the <label> element, not n.

Module Declared in file teicore2; Core tag sets: enabled when any TEI base is enabled
Data Description May contain simple prose or a sequence of chunks.
May contain #PCDATA ab abbr add addSpan address alt altGrp anchor app bibl biblFull biblStruct c caesura camera caption castList cb certainty cit cl corr damage date dateRange dateStruct del delSpan distinct eTree emph expan fLib figure foreign formula fs fsLib fvLib fw gap geogName gloss graph handShift hi index interp interpGrp join joinGrp l label lang lb lg link linkGrp list listBibl m measure mentioned milestone move name note num oRef oVar orgName orig p pRef pVar pb persName phr placeName ptr q quote ref reg respons restore rs s seg sic soCalled sound sp space span spanGrp stage supplied table tech term text time timeRange timeStruct timeline title tree unclear view w witDetail witList xptr xref
May occur within change list
Declaration
<!ELEMENT item %om.RO; %specialPara;> 
<!ATTLIST item  
      %a.global;>
See further 6.7 Lists; 5.5 The Revision Description

Up: 35 Elements