<xs:element name="type">
<xs:annotation>
<xs:documentation>Relevant for attributes only, to express whether attribute is defined by a simple type or by an enumeration</xs:documentation>
</xs:annotation>
<xs:complexType>
<xs:sequence minOccurs="0">
<xs:element ref="dx:format" minOccurs="0"/>
<xs:element name="default" type="xs:string" minOccurs="0"/>
<xs:element ref="dx:value" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
<xs:attribute name="is" type="xs:string"/>
</xs:complexType>
</xs:element> |