Share via


2.2.5.1 guid

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

A GUID that is defined as follows:

 <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>