ArcGIS Pro DAML Schema
CT_UpdateCommand Complex Type
ArcGIS Pro DAML Schema : CT_UpdateCommand Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
disabledText Element Sequence tooltip Element Sequence CT_UpdateCommand Complex Type
Overview
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
Used By
updateButton Element
updateTool Element
updateCustomControl Element
updateCommand Element
Attributes
NameTypeUseDefaultFixedDescription
smallImageST_Uri Simple Typeoptional   
largeImageST_Uri Simple Typeoptional   
Source
<xs:complexType name="CT_UpdateCommand" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence minOccurs="0" maxOccurs="1">
    <xs:element name="tooltip" type="CT_Tooltip" />
  </xs:sequence>
  <xs:attributeGroup ref="AG_UpdateDeclarativeGroup" />
  <xs:attribute name="smallImage" type="ST_Uri" use="optional" />
  <xs:attribute name="largeImage" type="ST_Uri" use="optional" />
</xs:complexType>
See Also
ArcGIS Pro DAML Schema