<item> contains one component of a list.
Attributes:
n (name or number) indicates the number (or letter, or other enumerator) borne by this list item in the copy text.
Datatype: CDATA
Values: Whatever string of characters is used to label a list item in the copy text may be used as the value of n , but it is not required that numbering be recorded explicitly.
Default: #IMPLIED
Note

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 .

Example
<list type=ordered>
<head>Here begin the chapter headings of Book IV</head>
<item n='4.1'>The death of Queen Clotild.
<item n='4.2'>How King Lothar wanted to appropriate
     one third of the Church revenues.
<item n='4.3'>The wives and children of Lothar.
<item n='4.4'>The Counts of the Bretons.
<item n='4.5'>Saint Gall the Bishop.
<item n='4.6'>The priest Cato.
<item> ...
</list>
Tagsetadditional tag set for common core features
Class
Filenameteicore2
Content: May contain simple prose or a sequence of chunks.
Parentschange list
Children#PCDATA TEI...end ab abbr add address app att bibl biblFull biblStruct c caesura camera caption castList cit cl corr damage date dateRange dateStruct del distinct eTree emph entry entryFree event expan figure foreign formula fw geogName gi gloss graph handShift hi kinesic l label lang lg lg1 link list listBibl m measure mentioned move name note num oRef oVar orgName orig p pRef pVar pause persName phr placeName ptr q quote ref reg restore rs s seg shift sic soCalled sound sp space stage superentry supplied table tag tech term termEntry text time timeRange timeStruct title tree u unclear val view vocal w witDetail witList writing xptr xref
Declaration
<!ELEMENT item          - O  (%specialPara;)                    >
<!ATTLIST item               %a.analysis
                             %a.linking
                             %a.terminology
          id                 ID                  #IMPLIED
          lang               IDREF               %INHERITED
                                                  
          rend               CDATA               #IMPLIED
          n                  CDATA               #IMPLIED       >
See 6.7 ; 5.5

Back to index