ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_ArcGISPro Complex Type
In This Topic
    CT_ArcGISPro Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    Description Element All PluginDatasource Element Choice PluginDatasources Element Choice CT_ArcGISPro Complex Type
    Overview
    Choice 0..∞
    Choice 0..∞
    class required xs:string
    All optional
    Description optional ST_String Simple Type
    A detailed description of the extension.
    Used By
    Source
    <xs:complexType name="CT_ArcGISPro" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="PluginDatasources" type="CT_PluginDatasources" />
      </xs:choice>
    </xs:complexType>
    See Also