<xs:complexType name="CT_Palettes" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="buttonPalette" type="CT_ButtonPalette" />
<xs:element name="toolPalette" type="CT_ToolPalette" />
</xs:choice>
</xs:complexType>
|