Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.18 KB

eventschema-hexint32type-simpletype.md

File metadata and controls

60 lines (38 loc) · 1.18 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location
HexInt32Type Simple Type (Event Schema)
Defines a 4-byte hexadecimal type. | HexInt32Type Simple Type (Event Schema)
f4b5226d-2a5e-4756-b4c5-30cfbf13568e
HexInt32Type simple type EventLog
apiref
HexInt32Type
Schema
reference
05/31/2018

HexInt32Type Simple Type (Event Schema)

Defines a 4-byte hexadecimal type.

<xs:simpleType name="HexInt32Type">
    <xs:restriction
        base="string"
    >
        <xs:pattern
            value="0[xX][0-9A-Fa-f]{1,8}"
         />
    </xs:restriction>
</xs:simpleType>

Patterns

The HexInt32Type simple type is a 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]