<xs:complexType name="CT_Subgroup" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="3">
<xs:element name="button" type="CT_SizedButtonRef" />
<xs:element name="tool" type="CT_SizedButtonRef" />
<xs:element name="menu" type="CT_SizedMenuButtonRef" />
<xs:element name="splitButton" type="CT_SplitButtonRef" />
<xs:element name="editBox" type="CT_EditBoxRef" />
<xs:element name="comboBox" type="CT_ComboBoxRef" />
<xs:element name="labelControl" type="CT_LabelControlRef" />
<xs:element name="checkBox" type="CT_SizedButtonRef" />
<xs:element name="gallery" type="CT_SizedGalleryRef" />
<xs:element name="toolPalette" type="CT_PaletteRef" />
<xs:element name="buttonPalette" type="CT_PaletteRef" />
<xs:element name="spinner" type="CT_SizedButtonRef" />
<xs:element name="dynamicMenu" type="CT_SizedMenuButtonRef" />
<xs:element name="customControl" type="CT_SizedMenuButtonRef" />
</xs:choice>
</xs:sequence>
<xs:attribute name="id" type="ST_UniqueID" use="required" />
<xs:attribute name="size" use="optional" type="ST_SubGroupSize" />
<xs:attribute name="horizontalAlignment" use="optional" type="ST_HorizontalAlignment" />
<xs:attribute name="verticalAlignment" use="optional" type="ST_VerticalAlignment" />
</xs:complexType>
|