dx:descriptionType

Complex Type Information

Model

dx:name{0,1} , dx:occurance{0,1} , dx:introduction{0,1} , dx:body{0,1} , (dx:constraint*) , ANY element from ANY namespace OTHER than 'http://www.afidium.com/dx'

Used By

Element dx:description

Source

<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>