Application's custom extensions.

Namespace: http://schemas.esri.com/Desktop/AddInsSchema: DesktopAddIns_ElementOnly.xsd

Parents

 ArcCatalog

Children

Name Occurrences Description
 Extension [0, 1]

Application's custom extension.

Syntax

CopyXML
<xs:element name="Extensions" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:complexType>
    <xs:all>
      <xs:element minOccurs="0" maxOccurs="1" name="Extension" />
    </xs:all>
  </xs:complexType>
</xs:element>

See Also