HexInt16Type Simple Type
Defines a 2-byte hexadecimal type.
<xs:simpleType name="HexInt16Type">
<xs:restriction
base="string"
>
<xs:pattern
value="0[xX][0-9A-Fa-f]{1,4}"
/>
</xs:restriction>
</xs:simpleType>
Patterns
The HexInt16Type simple type is a string that is restricted by the following pattern:
0[xX][0-9A-Fa-f]{1,4}
The value can contain from one to four hexadecimal characters (for example, 0xa or 0xac7b).
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista [desktop apps only] |
Minimum supported server |
Windows Server 2008 [desktop apps only] |