UInt8Type Simple Type

Defines an unsigned byte type. The value can be specified as a 1-byte integer or hexadecimal value in the range from 0 through 255.

<xs:simpleType name="UInt8Type">
    <xs:union
        memberValues="unsignedByte HexInt8Type"
     />
</xs:simpleType>

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]