Definition Type: SimpleType
Name: unsignedInt
Namespace: http://www.w3.org/2001/XMLSchema
Containing Schema: XMLSchema.xsd
Collapse XSD Schema Diagram:
XSD Diagram of unsignedInt in schema xmlschema_xsd (W3C XForms)
Collapse XSD Schema Code:
<xs:simpleType name="unsignedInt" id="unsignedInt">
    <xs:annotation>
        <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#unsignedInt" />
    </xs:annotation>
    <xs:restriction base="xs:unsignedLong">
        <xs:maxInclusive value="4294967295" id="unsignedInt.maxInclusive" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MaxInclusive 4294967295