ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_ComponentCategories Complex Type
In This Topic
    CT_ComponentCategories Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    deleteComponent Element content Element Sequence insertComponent Element Choice updateCategory Element content Element Sequence component Element Choice insertCategory Element deleteCategory Element Choice CT_ComponentCategories Complex Type
    Overview
    Choice 0..∞
    refID required ST_ID Simple Type
    Choice 0..∞
    className optional xs:string
    ##any
    Sequence optional
    Sequence
    Any 0..∞##any (Process Contents: Skip)
    refID required ST_ID Simple Type
    Choice 0..∞
    className optional xs:string
    ##any
    Sequence optional
    Sequence
    Any 0..∞##any (Process Contents: Skip)
    refID required ST_ID Simple Type
    Used By
    Source
    <xs:complexType name="CT_ComponentCategories" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="deleteCategory" type="CT_Delete" />
        <xs:element name="insertCategory" type="CT_ComponentCategory" />
        <xs:element name="updateCategory" type="CT_UpdateComponentCategory" />
      </xs:choice>
    </xs:complexType>
    See Also