An item within a list. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
TEIform | xs:string | optional | |||||
id | xs:ID | optional | |||||
lang | xs:IDREF | optional | |||||
n | xs:string | optional | |||||
rend | xs:string | optional | |||||
wsd | xs:string | optional | |||||
xml:lang | union of(xs:language, restriction of xs:string) | optional |
|
Element | xces:listType/xces:item |
<xs:complexType name="itemType" mixed="true"> <xs:annotation> <xs:documentation xml:lang="en">An item within a list.</xs:documentation> </xs:annotation> <xs:complexContent mixed="true"> <xs:extension base="xces:class.text"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:group ref="xces:m.subpar.seq"/> <xs:element name="p" type="xces:subpar.seq"/> <!-- 0.4 Added div elements --> <xs:element name="div" type="xces:divType"/> </xs:choice> </xs:extension> </xs:complexContent> </xs:complexType> |