ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_Configuration Complex Type / AddIns Element
In This Topic
    AddIns Element
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    AdditionalWellKnownFolder Element Choice AddIns Element
    Overview
    AddIns optional
    securityLevel optional
    Choice
    Attributes
    NameTypeUseDefaultFixedDescription
    securityLevel optional   
    Source
    <xs:element name="AddIns" minOccurs="0" maxOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:complexType>
        <xs:choice>
          <xs:element name="AdditionalWellKnownFolder" minOccurs="0" maxOccurs="unbounded" />
        </xs:choice>
        <xs:attribute name="securityLevel" />
      </xs:complexType>
    </xs:element>
    See Also