Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type SmallNonNegativeInteger
Namespace No namespace
Annotations
An integer that is greater than or equal to zero, with a maximum length of 6 characters
Diagram
Diagram
Type restriction of xs:nonNegativeInteger
Facets
maxExclusive 1000000
Used by
Source
<xs:simpleType name="SmallNonNegativeInteger">
  <xs:annotation>
    <xs:documentation xml:lang="en-US">An integer that is greater than or equal to zero, with a maximum length of 6 characters</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:nonNegativeInteger">
    <xs:maxExclusive value="1000000"/>
  </xs:restriction>
</xs:simpleType>