ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / ST_Target Simple Type
In This Topic
    ST_Target Simple Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Type
    Restriction of ST_String Simple Type
    Diagram
    ST_Target Simple Type
    Overview
    Facets
    EnumerationCLR
    EnumerationCLR:PluginDS
    Source
    <xs:simpleType name="ST_Target" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:restriction base="ST_String">
        <xs:enumeration value="CLR" />
        <xs:enumeration value="CLR:PluginDS" />
      </xs:restriction>
    </xs:simpleType>
    See Also