ZVON > References > XML Schema 2001 Reference
index | >> Schema << | DTD

unsignedInt

Annotation
Documentation

 
Source http://www.w3.org/TR/xmlschema-2/#unsignedInt

Schema

<xs:simpleType name="unsignedInt" id="unsignedInt">
     <xs:restriction base="xs:unsignedLong">
          <xs:maxInclusive value="4294967295" id="unsignedInt.maxInclusive"/>
     </xs:restriction>
</xs:simpleType>