Attributes | xs:all/@minOccurs, xs:allModel/@minOccurs, xs:narrowMaxMin/@minOccurs, xs:numFacet/@value, xs:occurs/@minOccurs |
Simple Types | xs:positiveInteger, xs:unsignedLong |
<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> |