elml:IndexAttImp

Attribute Group Information

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

Element elml:indexItem

Source

<xs:attributeGroup name="IndexAttImp">
  <xs:attribute name="mainEntry" type="elml:YesNoType">
    <xs:annotation>
      <xs:documentation>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.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
  <xs:attribute name="affiliatedTo" type="xs:string">
    <xs:annotation>
      <xs:documentation>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.</xs:documentation>
    </xs:annotation>
  </xs:attribute>
</xs:attributeGroup>