2.2.5.2 GUIDType

Target namespace: urn:Microsoft.Search.Types

This type defines a GUID, with or without enclosing curly braces.

 <s:simpleType name="GUIDType">
   <s:restriction base="s:string">
     <s:pattern value="\{[A-Fa-f0-9]{8}-([A-Fa-f0-9]{4}-){3}[A-Fa-f0-9]{12}\}"/>
     <s:pattern value="[A-Fa-f0-9]{8}-([A-Fa-f0-9]{4}-){3}[A-Fa-f0-9]{12}"/>
   </s:restriction>
 </s:simpleType>