unsignedShort data type
The xs:unsignedShort data type represents an unsigned integer that is less than or equal to 65 535. Derived from the xs:unsignedInt data type.
The lexical form of xs:unsignedShort is a finite-length
sequence of decimal digits. The following numbers are valid examples
of this data type: 0, 12678, and 10000
.