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 [デスクトップ アプリのみ] |