<xs:complexType name="CT_UpdateButtonPalette" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="updateButton" type="CT_MenuButtonRef" />
<xs:element name="insertButton" type="CT_MenuButtonRef" />
<xs:element name="deleteButton" 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:attribute name="dropDown" type="xs:boolean" use="optional" default="true" />
</xs:complexType>
|