2.3.76 CT_TabSet

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

Referenced by: CT_ContextualTabs

Specifies a list of contextual tab controls.

Child Elements:

tab: A CT_Tab element, as specified in section 2.3.74.

Attributes:

idMso: An ST_ID attribute, as specified in section 2.4.17, that specifies the ID of a built-in control. The id, idQ, and idMso attributes are mutually exclusive. Exactly one of these attributes MUST be specified.

visible: A Boolean attribute that specifies the visibility state of this control. The visible and getVisible attributes are mutually exclusive. They MUST NOT be used together. If neither attribute is specified, the control defaults to being visible.

getVisible: An ST_Delegate attribute that specifies the name of a callback function that is called to determine the visibility state of this control. The visible and getVisible attributes are mutually exclusive. They MUST NOT be used together. If neither attribute is specified, the control defaults to being visible.

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

 <xsd:complexType name="CT_TabSet">
   <xsd:sequence>
     <xsd:element name="tab" type="CT_Tab" minOccurs="0" maxOccurs="50"/>
   </xsd:sequence>
   <xsd:attribute name="idMso" type="ST_ID" use="required"/>
   <xsd:attributeGroup ref="AG_Visible"/>
 </xsd:complexType>

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