UInt16Type Simple Type

Defines an unsigned short type. The value can be specified as a 2-byte integer or hexadecimal value in the range from 0 through 65,535.

<xs:simpleType name="UInt16Type">
    <xs:union
        memberValues="unsignedShort HexInt16Type"
     />
</xs:simpleType>

Requirements

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