<item>
<item> (Listenpunkt) enthält einen Listenpunkt. [3.8 Lists 2.6 The Revision Description] | |
Modul | core — Elements Available in All TEI Documents |
Attribute | att.global (@xml:id, @n, @xml:lang, @xml:base, @xml:space) (att.global.rendition (@rend, @style, @rendition)) (att.global.linking (@corresp, @synch, @sameAs, @copyOf, @next, @prev, @exclude, @select)) (att.global.analytic (@ana)) (att.global.facs (@facs)) (att.global.change (@change)) (att.global.responsibility (@cert, @resp)) (att.global.source (@source)) att.sortable (@sortKey) |
Enthalten in |
core: list
|
Kann enthalten |
core: abbr add address bibl biblStruct binaryObject cb choice cit corr date del desc distinct ellipsis email emph expan foreign gap gb gloss graphic hi index l label lb lg list listBibl measure measureGrp media mentioned milestone name note noteGrp num orig p pb ptr q quote ref reg rs ruby said sic soCalled sp stage term time title unclear unit
figures: figure formula notatedMusic table
gaiji: g
msdescription: catchwords depth dim dimensions height heraldry locus locusGrp material msDesc objectType origDate origPlace secFol signatures stamp watermark width
namesdates: addName affiliation bloc climate country district forename genName geo geogFeat geogName listEvent listNym listObject listOrg listPerson listPlace listRelation location nameLink objectName offset orgName persName persPronouns placeName population region roleName settlement state surname terrain trait
nets: eTree forest graph listForest tree
tagdocs: att classSpec code constraintSpec dataSpec eg egXML elementSpec gi ident listRef macroSpec moduleSpec outputRendition specDesc specGrp specGrpRef specList tag val
textstructure: floatingText
transcr: addSpan am damage damageSpan delSpan ex fw handShift listTranspose metamark mod redo restore retrace secl space subst substJoin supplied surplus undo
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> |
Schema Deklaration |
<rng:element name="item"> 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 } |