ArcGIS Pro DAML Schema
ArcGIS Pro DAML Schema / CT_UpdateToolPalette Complex Type
In This Topic
    CT_UpdateToolPalette Complex Type
    In This Topic
    Namespace http://schemas.esri.com/DADF/Registry
    Diagram
    deleteTool Element insertTool Element updateTool Element Choice CT_UpdateToolPalette Complex Type
    Overview
    itemSizeString optional ST_String Simple Type
    showItemCaption optional xs:boolean
    itemHeight optional xs:integer
    itemWidth optional xs:integer
    Choice 0..∞
    refID required ST_ID Simple Type
    separator optional xs:boolean
    insert optional ST_Insert Simple Type
    placeWith optional ST_ID Simple Type
    refID required ST_ID Simple Type
    separator optional xs:boolean
    insert optional ST_Insert Simple Type
    placeWith optional ST_ID Simple Type
    refID required ST_ID Simple Type
    Used By
    Attributes
    NameTypeUseDefaultFixedDescription
    itemSizeStringST_String Simple Typeoptional   
    showItemCaptionxs:booleanoptional   
    itemHeightxs:integeroptional   
    itemWidthxs:integeroptional   
    Source
    <xs:complexType name="CT_UpdateToolPalette" xmlns:xs="http://www.w3.org/2001/XMLSchema">
      <xs:choice minOccurs="0" maxOccurs="unbounded">
        <xs:element name="updateTool" type="CT_MenuButtonRef" />
        <xs:element name="insertTool" type="CT_MenuButtonRef" />
        <xs:element name="deleteTool" type="CT_Delete" />
      </xs:choice>
      <xs:attributeGroup ref="AG_UpdateDeclarativeGroup" />
      <xs:attribute name="itemSizeString" type="ST_String" use="optional" />
      <xs:attribute name="showItemCaption" type="xs:boolean" use="optional" />
      <xs:attribute name="itemHeight" type="xs:integer" use="optional" />
      <xs:attribute name="itemWidth" type="xs:integer" use="optional" />
    </xs:complexType>
    See Also