Showing:

Diagrams
Facets
Source
Used by
Simple Type TSpecialKeyPos
Namespace No namespace
Diagram
Diagram
Type restriction of xs:integer
Facets
enumeration 1
enumeration 2
enumeration 3
Used by
Source
<xs:simpleType name="TSpecialKeyPos">
  <xs:restriction base="xs:integer">
    <xs:enumeration value="1"/>
    <xs:enumeration value="2"/>
    <xs:enumeration value="3"/>
  </xs:restriction>
</xs:simpleType>