<xs:element name="usage">
<xs:annotation>
<xs:documentation>Comment describing your root element</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence>
<xs:element ref="dx:name"/>
<xs:element ref="dx:occurance">
<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"/>
<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:sequence>
<xs:attribute ref="dx:href"/>
</xs:complexType>
</xs:element> |