2.2.5.8 guid

Namespace: http://microsoft.com/wsdl/types/

The guid type specifies a GUID value.

 <xs:simpleType name="guid" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs: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>

Namespace: http://schemas.microsoft.com/2003/10/Serialization/

The guid type specifies a GUID value.

 <xs:simpleType name="guid" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">  
 <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}"/>
   </xs:restriction>
 </xs:simpleType>