<xs:complexType name="descriptionType" mixed="true">
<xs:sequence>
<xs:element ref="dx:name" minOccurs="0"/>
<xs:element ref="dx:occurance" minOccurs="0">
<xs:annotation>
<xs:documentation>cardinality is mandatory for the generic usage. It may be present more than once in case it changes for different usages, implementations or targets</xs:documentation>
</xs:annotation>
</xs:element>
<xs:element ref="dx:introduction" minOccurs="0"/>
<xs:element ref="dx:body" minOccurs="0">
<xs:annotation>
<xs:documentation>cardinality is mandatory for the generic usage. It may be present more than once in case it changes for different usages, implementations or targets</xs:documentation>
</xs:annotation>
</xs:element>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ref="dx:constraint" minOccurs="0" maxOccurs="unbounded"/>
</xs:choice>
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType> |