Skip to content

Latest commit

 

History

History
54 lines (38 loc) · 1.17 KB

eventmanifestschema-hex64type-simpletype.md

File metadata and controls

54 lines (38 loc) · 1.17 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location
HexInt64Type Simple Type
Defines an 8-byte hexadecimal type. | HexInt64Type Simple Type
2e81ec2b-cf67-42df-92a0-bf45b6dca051
HexInt64Type simple type EventLog
apiref
HexInt64Type
Schema
reference
05/31/2018

HexInt64Type Simple Type

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]