2.3.33 CT_ContextualTabs
Target namespace: http://schemas.microsoft.com/office/2009/07/customui
Referenced by: CT_Ribbon
Specifies a list of contextual tab sets.
Child Elements:
tabSet: A CT_TabSet element, as specified in section 2.3.76.
The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.
-
<xsd:complexType name="CT_ContextualTabs"> <xsd:sequence> <xsd:element name="tabSet" type="CT_TabSet" minOccurs="1" maxOccurs="100"/> </xsd:sequence> </xsd:complexType>
See section 5.1 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).