ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / ST_ID Simple Type
In This Topic
    ST_ID Simple Type
    In This Topic
    Description
    Specifies the custom ID of a control.
    Namespace http://schemas.esri.com/DADF/Registry
    Type
    Restriction of xs:NCName
    Diagram
    ST_ID Simple Type
    Overview
    ST_ID Restriction of xs:NCName
    Specifies the custom ID of a control.
    Facets
    MinLength1
    MaxLength1024
    Source
    <xs:simpleType name="ST_ID" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:annotation>
        <xs:documentation>
            Specifies the custom ID of a control.
          </xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:NCName">
        <xs:minLength value="1" />
        <xs:maxLength value="1024" />
      </xs:restriction>
    </xs:simpleType>
    See Also