Definition Type: SimpleType
Name: nonNegativeInteger
Namespace: http://www.w3.org/2001/XMLSchema
Containing Schema: XMLSchema.xsd
Collapse XSD Schema Diagram:
XSD Diagram of nonNegativeInteger in schema xmlschema_xsd (W3C XML Schema Definition Language)
Collapse XSD Schema Code:
<xs:simpleType name="nonNegativeInteger" id="nonNegativeInteger">
    <xs:annotation>
        <xs:documentation source="http://www.w3.org/TR/xmlschema-2/#nonNegativeInteger" />
    </xs:annotation>
    <xs:restriction base="xs:integer">
        <xs:minInclusive value="0" id="nonNegativeInteger.minInclusive" />
    </xs:restriction>
</xs:simpleType>
Collapse Facets:
Facet Value
MinInclusive 0