Showing:

Diagrams
Facets
Source
Used by
Simple Type eml:UuidString
Namespace http://www.energistics.org/energyml/data/commonv2
Diagram
DiagramBaseTypes_xsd_Simple_Type_eml_AbstractString.tmp#AbstractString
Type restriction of eml:AbstractString
Type hierarchy
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="UuidString">
  <xs:restriction base="eml:AbstractString">
    <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>