<xs:complexType name="CT_MiniToolbar" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:choice minOccurs="1" maxOccurs="3">
<xs:element name="row" type="CT_MiniToolbarRow" />
</xs:choice>
<xs:attribute name="id" type="ST_UniqueID" use="required" />
</xs:complexType>
|