<xs:element name="data">
<xs:complexType>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:group ref="structure:other" />
<xs:choice>
<xs:element ref="structure:param" />
<xs:element name="except">
<xs:complexType>
<xs:group ref="structure:open-patterns" />
<xs:attributeGroup ref="structure:common-atts" />
</xs:complexType>
</xs:element>
</xs:choice>
</xs:choice>
<xs:attribute name="type" type="xs:NCName" use="required" />
<xs:attributeGroup ref="structure:common-atts" />
</xs:complexType>
</xs:element>
|