<xs:element name="inverse">
<xs:complexType>
<xs:attribute name="select" type="xs:NMTOKEN" use="required" />
<xs:attribute name="name" type="xs:NMTOKEN" use="optional" />
<xs:attribute name="exp-attribute" type="ex:exp-attribute" use="optional" />
<xs:attribute name="content" type="ex:content" use="optional" />
<xs:attribute name="flatten" type="ex:boolean_or_depth" use="optional" />
<xs:attribute name="sparse" type="xs:boolean" use="optional" />
<xs:attribute name="tagless" type="ex:boolean_or_unspecified" use="optional" />
<xs:attribute name="use-id" type="xs:boolean" use="optional" />
<xs:attribute name="invert" type="xs:NMTOKEN" use="optional" />
<xs:attribute name="keep" type="xs:boolean" default="false" />
<xs:attribute name="minOccurs" type="xs:nonNegativeInteger" use="optional" default="0" />
<xs:attribute name="maxOccurs" type="ex:nonNegativeInteger_or_unbounded" use="optional" default="unbounded" />
</xs:complexType>
</xs:element>
|