<xs:complexType name="CT_ToolPalette" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="tool" type="CT_MenuButtonRef" />
</xs:choice>
<xs:attribute name="id" type="ST_UniqueID" use="required" />
<xs:attribute name="itemHeight" type="xs:integer" use="optional" />
<xs:attribute name="itemWidth" type="xs:integer" use="optional" />
<xs:attribute name="itemsInRow" type="xs:integer" use="optional" />
<xs:attribute name="showItemCaption" type="xs:boolean" use="optional" />
<xs:attribute name="caption" type="xs:string" use="optional" />
<xs:attribute name="extendedCaption" type="xs:string" use="optional" />
</xs:complexType>
|