ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_ExtensionConfig Complex Type
In This Topic
    CT_ExtensionConfig Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    CT_ExtensionConfig Complex Type
    Overview
    productName required xs:string
    description optional xs:string
    hasExtendedInfo optional xs:boolean
    message optional xs:string
    Used By
    Attributes
    NameTypeUseDefaultFixedDescription
    productNamexs:stringrequired   
    descriptionxs:stringoptional   
    hasExtendedInfoxs:booleanoptional   
    messagexs:stringoptional   
    Source
    <xs:complexType name=" CT_ExtensionConfig" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:attribute name="productName" type="xs:string" use="required" />
      <xs:attribute name="description" type="xs:string" use="optional" />
      <xs:attribute name="hasExtendedInfo" type="xs:boolean" use="optional" />
      <xs:attribute name="message" type="xs:string" use="optional" />
    </xs:complexType>
    See Also