Showing:

Annotations
Diagrams
Facets
Source
Used by
Simple Type tps:guidType
Namespace tps
Annotations
The representation of a GUID, generally the id of an element.
Diagram
Type restriction of xs:string
Facets
pattern \{[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}\}
Used by
Source
<xs:simpleType name="guidType">
  <xs:annotation>
    <xs:documentation>The representation of a GUID, generally the id of an element.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:string">
    <xs: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}\}"/>
  </xs:restriction>
</xs:simpleType>