elml:indexItem

The element indexItem allows to markup (a) specific word(s) as items for the final index.

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
affiliatedTo xs:string optional
The attribute affiliatedTo allows defining a specific notation of the index item. For example, if the
index item is 'houses' then it might be affiliated to 'house' so to have only one notation in the final index. If the
attribute is not set then the word(s) marked up as index item are taken for the final index.
cssClass xs:string optional
mainEntry elml:YesNoType optional
The attribute mainEntry allows defining if a index item is the main entry meaning that here is the best
description/use of this index item. Default is no.

Used By

Source

<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>

Sample