Int1to9Type

The type of an integer in the range 1...9.

Simple Type Information

Used By

Source

<xs:simpleType name="Int1to9Type">
  <xs:annotation>
    <xs:documentation>The type of an integer in the range 1...9.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer">
    <xs:minInclusive value="1"/>
    <xs:maxInclusive value="9"/>
  </xs:restriction>
</xs:simpleType>