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