<xs:complexType name="CT_MiniToolbarRow" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="button" type="CT_ToolbarItem" />
<xs:element name="toolPalette" type="CT_ToolbarItem" />
<xs:element name="buttonPalette" type="CT_ToolbarItem" />
<xs:element name="menu" type="CT_ToolbarItem" />
<xs:element name="gallery" type="CT_ToolbarItem" />
<xs:element name="dynamicMenu" type="CT_ToolbarItem" />
<xs:element name="splitButton" type="CT_ToolbarItem" />
<xs:element name="comboBox" type="CT_ToolbarItem" />
<xs:element name="checkBox" type="CT_ToolbarItem" />
</xs:choice>
</xs:choice>
</xs:sequence>
</xs:complexType>
|