ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_UpdateComponentCategory Complex Type
In This Topic
    CT_UpdateComponentCategory Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    deleteComponent Element content Element Sequence insertComponent Element Choice CT_UpdateComponentCategory Complex Type
    Overview
    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
    Attributes
    NameTypeUseDefaultFixedDescription
    refIDST_ID Simple Typerequired   
    Source
    <xs:complexType name="CT_UpdateComponentCategory" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="insertComponent" type="CT_Component" />
        <xs:element name="deleteComponent" type="CT_Delete" />
      </xs:choice>
      <xs:attribute name="refID" type="ST_ID" use="required" />
    </xs:complexType>
    See Also