unsignedByte data type
The xs:unsignedByte data type represents an unsigned integer that is less than or equal to 255. Derived from xs:unsignedShort data type.
The lexical form of xs:unsignedByte is a finite-length sequence of decimal digits. The following numbers are valid examples of this data type: 0, 126, and 100.