ArcGIS Pro DAML Schema
CT_PluginDatasource Complex Type
ArcGIS Pro DAML Schema : CT_PluginDatasource Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
Description Element All CT_PluginDatasource Complex Type
Overview
class required xs:string
All optional
Description optional ST_String Simple Type
A detailed description of the extension.
Used By
PluginDatasource Element
Attributes
NameTypeUseDefaultFixedDescription
idST_UniqueID Simple Typerequired   
classxs:stringrequired   
Source
<xs:complexType name="CT_PluginDatasource" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:all minOccurs="0" maxOccurs="1">
    <xs:element name="Description" type="ST_String" maxOccurs="1" minOccurs="0">
      <xs:annotation>
        <xs:documentation>
            A detailed description of the extension.
          </xs:documentation>
      </xs:annotation>
    </xs:element>
  </xs:all>
  <xs:attribute name="id" type="ST_UniqueID" use="required" />
  <xs:attribute name="class" type="xs:string" use="required" />
</xs:complexType>
See Also
ArcGIS Pro DAML Schema