<xs:element name="indexentry">
<xs:complexType>
<xs:sequence>
<xs:element ref="docbook:primaryie" />
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="docbook:seeie" />
<xs:element ref="docbook:seealsoie" />
</xs:choice>
<xs:sequence minOccurs="0" maxOccurs="unbounded">
<xs:element ref="docbook:secondaryie" />
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="docbook:seeie" />
<xs:element ref="docbook:seealsoie" />
<xs:element ref="docbook:tertiaryie" />
</xs:choice>
</xs:sequence>
</xs:sequence>
<xs:attribute name="role" />
<xs:attributeGroup ref="docbook:db.common.attributes" />
<xs:attributeGroup ref="docbook:db.common.linking.attributes" />
</xs:complexType>
</xs:element>
|