type | restriction of xsd:int | ||||||
properties |
|
||||||
facets |
|
||||||
annotation |
|
||||||
source | <xsd:simpleType name="nonNegativeIntegerType"> <xsd:annotation> <xsd:documentation>Represents an integer that is greater than or equal to zero.</xsd:documentation> </xsd:annotation> <xsd:restriction base="xsd:int"> <xsd:minInclusive value="0"/> </xsd:restriction> </xsd:simpleType> |