UUIDType

UUIDType represents a universally unique identifier (http://tools.ietf.org/html/rfc4122).

Simple Type Information

Used By

Source

<xsd:simpleType name="UUIDType">
  <xsd:annotation>
    <xsd:documentation>UUIDType represents a universally unique identifier (http://tools.ietf.org/html/rfc4122).</xsd:documentation>
  </xsd:annotation>
  <xsd:restriction base="xsd:string">
    <xsd:pattern value="[a-fA-F0-9]{8}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{4}-[a-fA-F0-9]{12}"/>
  </xsd:restriction>
</xsd:simpleType>