ArcGIS Pro DAML Schema
ST_UniqueID Simple Type
ArcGIS Pro DAML Schema : ST_UniqueID Simple Type
Description
Specifies ID of a custom UI element. IDs must be unique across all customizations.
Namespace http://schemas.esri.com/DADF/Registry
Type
Restriction of xs:ID
Diagram
ST_UniqueID Simple Type
Overview
ST_UniqueID Restriction of xs:ID
Specifies ID of a custom UI element. IDs must be unique across all customizations.
Facets
MinLength1
MaxLength1024
Pattern[^.]*
Source
<xs:simpleType name="ST_UniqueID" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>
        Specifies ID of a custom UI element. IDs must be unique across all customizations.
      </xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:ID">
    <xs:minLength value="1" />
    <xs:maxLength value="1024" />
    <xs:pattern value="[^.]*" />
  </xs:restriction>
</xs:simpleType>
See Also
ArcGIS Pro DAML Schema