xs:unsignedLong
The xs:unsignedLong
type represents a nonnegative integer that can be
stored in eight bytes, such as the unsigned long
type used by some C compilers. It
is derived from xs:nonNegativeInteger
by setting the
maxInclusive
facet to
18446744073709551615 (264-1). These are
all legal values of type xs:unsignedLong
:
2
200
+9223372036854775807
18446744073709551615
5000000000
0
Constraining facets that apply to xs:unsignedLong
are minInclusive
, maxInclusive
, minExclusive
, maxExclusive
, pattern
, enumeration
, whiteSpace
, and totalDigits
.