<xs:complexType name="CT_SplitButton" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:choice minOccurs="1" maxOccurs="1">
<xs:element name="button" type="CT_SplitButtonButton" />
<xs:element name="tool" type="CT_SplitButtonButton" />
</xs:choice>
<xs:choice>
<xs:sequence minOccurs="0" maxOccurs="1">
<xs:element name="button" type="CT_SplitButtonButton" />
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element name="button" type="CT_SplitButtonButton" />
<xs:element name="gallery" type="CT_GalleryMenuButtonRef" />
<xs:element name="customControl" type="CT_SizedMenuButtonRef" />
</xs:choice>
</xs:sequence>
<xs:sequence>
<xs:element name="gallery" type="CT_GalleryMenuButtonRef" maxOccurs="1" />
</xs:sequence>
</xs:choice>
</xs:sequence>
<xs:attribute name="id" type="ST_UniqueID" use="required" />
<xs:attribute name="extendedCaption" type="xs:string" use="optional" />
<xs:attribute name="keytip" type="xs:string" use="optional" />
</xs:complexType>
|