Showing:

Diagrams
Facets
Source
Used by
Simple Type TInputDatatype
Namespace No namespace
Diagram
Diagram
Type restriction of xs:string
Facets
enumeration string
enumeration numeric
enumeration date
Used by
Attribute TInput/@datatype
Source
<xs:simpleType name="TInputDatatype">
  <xs:restriction base="xs:string">
    <xs:enumeration value="string"/>
    <xs:enumeration value="numeric"/>
    <xs:enumeration value="date"/>
  </xs:restriction>
</xs:simpleType>