The element indexItem allows to markup (a) specific word(s) as items for the final index. |
QName | Type | Fixed | Default | Use | Inheritable | Annotation | |
---|---|---|---|---|---|---|---|
affiliatedTo | xs:string | optional |
|
||||
cssClass | xs:string | optional | |||||
mainEntry | elml:YesNoType | optional |
|
<xs:element name="indexItem"> <xs:annotation> <xs:documentation>The element indexItem allows to markup (a) specific word(s) as items for the final index.</xs:documentation> </xs:annotation> <xs:complexType> <xs:simpleContent> <xs:extension base="xs:string"> <xs:attributeGroup ref="elml:IndexAttImp"/> <xs:attributeGroup ref="elml:CSSClassImp"/> </xs:extension> </xs:simpleContent> </xs:complexType> </xs:element> |