ArcGIS Pro DAML Schema
ST_Guid Simple Type
ArcGIS Pro DAML Schema : ST_Guid Simple Type
Namespace http://schemas.esri.com/DADF/Registry
Type
Restriction of ST_String Simple Type
Diagram
ST_Guid Simple Type
Overview
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}
Source
<xs:simpleType name="ST_Guid" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="ST_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>
See Also
ArcGIS Pro DAML Schema