2.3.49 CT_GroupControls

Target namespace: http://schemas.microsoft.com/office/2009/07/customui

Referenced by: CT_BackstageGroup

Specifies a list of controls that are child controls of a Backstage group control.

Child Elements:

button: A CT_BackstageGroupButton element, as specified in section 2.3.10.

checkBox: A CT_BackstageCheckBox element, as specified in section 2.3.3.

editBox: A CT_BackstageEditBox element, as specified in section 2.3.7.

dropDown: A CT_BackstageDropDown element, as specified in section 2.3.6.

radioGroup: A CT_RadioGroup element, as specified in section 2.3.65.

comboBox: A CT_BackstageComboBox element, as specified in section 2.3.5.

hyperlink: A CT_Hyperlink element, as specified in section 2.3.51.

labelControl: A CT_BackstageLabelControl element, as specified in section 2.3.13.

groupBox: A CT_GroupBox element, as specified in section 2.3.48.

layoutContainer: A CT_LayoutContainer element, as specified in section 2.3.55.

imageControl: A CT_ImageControl element, as specified in section 2.3.52.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_GroupControls">
   <xsd:choice minOccurs="0" maxOccurs="1000">
     <xsd:group ref="EG_GroupControls" minOccurs="0" maxOccurs="1000"/>
   </xsd:choice>
 </xsd:complexType>

See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).