ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_UpdateCommands Complex Type
In This Topic
    CT_UpdateCommands Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    disabledText Element Sequence tooltip Element Sequence updateCommand Element content Element disabledText Element Sequence tooltip Element Sequence insertCommand Element deleteCommand Element Choice CT_UpdateCommands Complex Type
    Overview
    Choice 0..∞
    refID required ST_ID Simple Type
    smallImage optional ST_Uri Simple Type
    largeImage optional ST_Uri Simple Type
    overlaySmallImage optional ST_Uri Simple Type
    overlayLargeImage optional ST_Uri Simple Type
    condition optional ST_ID Simple Type
    checkedCondition optional ST_ID Simple Type
    loadOnClick optional xs:boolean
    isChecked optional xs:boolean
    keytip required ST_String Simple Type
    flipImageRTL optional xs:boolean
    helpContextID optional ST_String Simple Type
    shortcutTableRefID optional ST_ID Simple Type
    Sequence optional
    image optional ST_Uri Simple Type
    heading optional xs:string
    Sequence optional
    content optional
    smallImage optional ST_Uri Simple Type
    largeImage optional ST_Uri Simple Type
    Sequence optional
    image optional ST_Uri Simple Type
    heading optional xs:string
    Sequence optional
    Source
    <xs:complexType name="CT_UpdateCommands" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="deleteCommand" type="CT_Delete" />
        <xs:element name="insertCommand" type="CT_Command" />
        <xs:element name="updateCommand" type="CT_UpdateCommand" />
      </xs:choice>
    </xs:complexType>
    See Also