GUID

Parameter Type Description
GUIDstringObject defining the pattern for GUID values.
<xs:element name="guid" nillable="true" type="tns: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>