unsignedInt data type
The xs:unsignedInt data type represents an unsigned integer that is less than or equal to 4 294 967 295. Derived from xs:unsignedLong data type.
The lexical form of xs:unsignedInt is a finite-length
sequence of decimal digits. The following numbers are valid examples
of this data type: 0, 1267896754, and 100000
.