<xs:complexType name="CT_Group" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:sequence minOccurs="0" maxOccurs="1">
<xs:element name="tooltip" type="CT_GroupTooltip" />
</xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<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:element name="toolbar" type="CT_RibbonToolbar" />
<xs:element name="subgroup" type="CT_Dependency" />
</xs:choice>
</xs:sequence>
<xs:attributeGroup ref="declarativeGroup" />
<xs:attribute name="launcherButtonID" type="ST_ID" use="optional" />
<xs:attribute name="launcherKeytip" type="ST_ID" use="optional" />
<xs:attribute name="keytip" type="ST_ID" use="required" />
<xs:attribute name="smallImage" type="ST_Uri" use="optional" />
<xs:attribute name="sizePriorities" type="xs:string" use="optional" />
<xs:attribute name="appearsOnAddInTab" type="xs:boolean" use="optional" />
<xs:attribute name="condition" type="ST_ID" use="optional" />
</xs:complexType>
|