http://microsoft.com/wsdl/types/
guid Simple Type
http://microsoft.com/wsdl/types/ : guid Simple Type
Namespace http://microsoft.com/wsdl/types/
Type
Restriction of xs:string
Diagram
guid Simple Type
Overview
guid Restriction of xs:string
Facets
Pattern[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}
Source
<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>
See Also
http://microsoft.com/wsdl/types/