GUIDType 簡單類型 (事件架構)
以登錄格式定義全域唯一識別碼類型。
<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>
模式
GUIDType簡單類型是受下列模式限制的字串:
\{[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}\}
此值必須是登錄格式的全域唯一識別碼類型。 例如,{5b2fc63a-8af4-44cb-960c-aefdced908d6}。 使用GUIDGen.exe或UUIDGen.exe來建立 GUID。
規格需求
需求 | 值 |
---|---|
最低支援的用戶端 |
Windows Vista [僅限傳統型應用程式] |
最低支援的伺服器 |
Windows Server 2008 [僅限傳統型應用程式] |