dx:type

Relevant for attributes only, to express whether attribute is defined by a simple type or by an enumeration

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
dx:is xs:string optional

Used By

Complex Type dx:elementType
Element dx:element

Source

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

Sample