ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / ESRI.Configuration Element / AddIn Element
In This Topic
    AddIn Element
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Type
    Diagram
    PluginDatasource Element Choice PluginDatasources Element Choice ArcGISPro Element Choice AddIn Element
    Overview
    language required ST_Target Simple Type
    The development environment the add-in was authored in. For example, CLR for .NET.
    namespace required ST_String Simple Type
    The default namespace for all the classes in the add-in. Use this attribute instead of specifying the full class name (namespace.className) on each of your types.
    library required ST_String Simple Type
    The default library for all the classes in the add-in. If all your types originate in the same library, use this attribute to set it as the default.
    Choice optional
    Choice 0..∞
    Choice 0..∞
    class required xs:string
    All optional
    Description optional ST_String Simple Type
    A detailed description of the extension.
    Source
    <xs:element name="AddIn" type="CT_AddIn" minOccurs="1" xmlns:xs="http://www.w3.org/2001/XMLSchema" />
    See Also