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