ArcGIS Pro DAML Schema
CT_UpdateGallery Complex Type
ArcGIS Pro DAML Schema : CT_UpdateGallery Complex Type
Namespace http://schemas.esri.com/DADF/Registry
Diagram
deleteButton Element updateButton Element insertButton Element Choice tooltip Element Sequence Sequence CT_UpdateGallery Complex Type
Overview
smallImage optional ST_Uri Simple Type
largeImage optional ST_Uri Simple Type
menuStyle optional xs:boolean
itemHeight optional xs:integer
itemWidth optional xs:integer
itemSizeString optional ST_String Simple Type
showItemCaption optional xs:boolean
resizable optional xs:boolean
Sequence
Sequence optional
image optional ST_Uri Simple Type
heading optional xs:string
Sequence optional
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
updateGallery Element
Attributes
NameTypeUseDefaultFixedDescription
smallImageST_Uri Simple Typeoptional   
largeImageST_Uri Simple Typeoptional   
menuStylexs:booleanoptional   
itemHeightxs:integeroptional   
itemWidthxs:integeroptional   
itemSizeStringST_String Simple Typeoptional   
showItemCaptionxs:booleanoptional   
resizablexs:booleanoptional   
Source
<xs:complexType name="CT_UpdateGallery" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:sequence minOccurs="0" maxOccurs="1">
      <xs:element name="tooltip" type="CT_Tooltip" />
    </xs:sequence>
    <xs:choice minOccurs="0" maxOccurs="unbounded">
      <xs:element name="insertButton" type="CT_MenuButtonRef" />
      <xs:element name="updateButton" type="CT_MenuButtonRef" />
      <xs:element name="deleteButton" type="CT_Delete" />
    </xs:choice>
  </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:attribute name="menuStyle" type="xs:boolean" use="optional" />
  <xs:attribute name="itemHeight" type="xs:integer" use="optional" />
  <xs:attribute name="itemWidth" type="xs:integer" use="optional" />
  <xs:attribute name="itemSizeString" type="ST_String" use="optional" />
  <xs:attribute name="showItemCaption" type="xs:boolean" use="optional" />
  <xs:attribute name="resizable" type="xs:boolean" use="optional" />
</xs:complexType>
See Also
ArcGIS Pro DAML Schema