2.2.5.4 guid

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

The guid simple type contains a globally unique identifier (GUID).

 <xs:simpleType name="guid">
   <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>