2.2.5.1 GUID

A globally unique identifier (GUID) of an object or entity within the protocol. For example, each update has a unique ID that is a GUID.

Defined in the namespace: http://www.microsoft.com/wsdl/types.

 <s:schema elementFormDefault="qualified"
                                        
 "targetNamespace=http://microsoft.com/wsdl/types/">
  <s:simpleType name="guid">
   <s:restriction base="s:string">
    <s: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}" />
   </s:restriction>
  
   </s:simpleType>
 </s:schema>