xs:nonNegativeInteger
The xs:nonNegativeInteger
type represents a mathematical integer that is
greater than or equal to zero. It is derived from xs:integer
by setting the minInclusive
facet to 0. These are all
legal values of type xs:nonNegativeInteger
:
2
+200
9223372036854775809
9223372036854775808922337203685477580892233720368
0
Constraining facets that apply to xs:nonNegativeInteger
are minInclusive
, maxInclusive
, minExclusive
, maxExclusive
, pattern
, enumeration
, whiteSpace
, and totalDigits
.