Each element item contains one list item of a list (one point). |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
cssClass | xs:string | optional | |||||
label | elml:LabelType | optional |
|
||||
labelRef | elml:LabelType | optional |
|
<xs:element name="item" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>Each element item contains one list item of a list (one point).</xs:documentation> </xs:annotation> <xs:complexType mixed="true"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:element ref="elml:list"/> <xs:element ref="elml:term"/> <xs:element ref="elml:multimedia"/> <xs:element ref="elml:formatted"/> <xs:element ref="elml:link"/> <xs:element ref="elml:citation"/> <xs:element ref="elml:popup"/> <xs:element ref="elml:newLine"/> <xs:element ref="elml:paragraph"/> <xs:element ref="elml:indexItem"/> </xs:choice> <xs:attributeGroup ref="elml:CSSClassImp"/> <xs:attributeGroup ref="elml:LabelImp"/> <xs:attributeGroup ref="elml:LabelRefImp"/> <!--Note: text is allowed within! --> </xs:complexType> </xs:element> |