indexentry

Complex Type Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
altrender xs:token optional
audience restriction of xs:token optional
id xs:ID optional
lang xs:NMTOKEN optional
script xs:NMTOKEN optional

Used By

Source

<xs:complexType name="indexentry">
  <xs:sequence>
    <xs:choice>
      <xs:element name="namegrp" type="namegrp"/>
      <xs:group ref="m.access"/>
    </xs:choice>
    <xs:choice minOccurs="0">
      <xs:element name="ptrgrp" type="ptrgrp"/>
      <xs:group ref="m.refs"/>
    </xs:choice>
    <xs:element name="indexentry" type="indexentry" minOccurs="0" maxOccurs="unbounded"/>
  </xs:sequence>
  <xs:attributeGroup ref="am.common"/>
</xs:complexType>