Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.42 KB

eventmanifestschema-guidtype-simpletype.md

File metadata and controls

60 lines (38 loc) · 1.42 KB
title description ms.assetid keywords topic_type api_name api_type ms.topic ms.date api_location
GUIDType Simple Type (EventManifest Schema)
Defines a globally unique identifier type, in Registry format. | GUIDType Simple Type (EventManifest Schema)
c35fa54b-5a2e-46de-a1c7-fc408b00ee68
GUIDType simple type EventLog
apiref
GUIDType
Schema
reference
05/31/2018

GUIDType Simple Type (EventManifest Schema)

Defines a globally unique identifier type, in Registry format.

<xs:simpleType name="GUIDType">
    <xs:restriction
        base="string"
    >
        <xs:pattern
            value="\{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}"
         />
    </xs:restriction>
</xs:simpleType>

Patterns

The GUIDType simple type is a string that is restricted by the following pattern:

  • \{[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}\}

    The value must be a globally unique identifier type in Registry format. For example, {5b2fc63a-8af4-44cb-960c-aefdced908d6}. Use GUIDGen.exe or UUIDGen.exe to create a GUID.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]