guidType 简单类型 (任务计划程序)
定义有效 GUID 的模式。
<xs:simpleType name="guidType">
<xs:restriction
base="string"
>
<xs:pattern
value="\{([0-9a-fA-F]){8}(\-[0-9a-fA-F]{4}){3}\-[0-9a-fA-F]{12}\}"
/>
</xs:restriction>
</xs:simpleType>
模式
guidType 简单类型是受以下模式限制的字符串:
\{([0-9a-fA-F]){8}(\-[0-9a-fA-F]{4}){3}\-[0-9a-fA-F]{12}\}
唯一的 128 位数字。
要求
要求 | 值 |
---|---|
最低受支持的客户端 |
Windows Vista [仅限桌面应用] |
最低受支持的服务器 |
Windows Server 2008 [仅限桌面应用] |