2.2.10 contextualTabs (List of Contextual Tab Sets)

This element specifies a list of contextual tab sets. This element SHOULD NOT be specified if the containing Custom UI XML document is a Quick Access Toolbar Customizations part.

The following table summarizes the elements that are parents of this element.

Parent Elements

ribbon (section 2.2.33)

The following table summarizes the child elements of this element.

Child Elements

Subclause

tabSet (Contextual Tab Set)

section 2.2.41

The following XML schema fragment defines the contents of this element:

 <xsd:complexType name="CT_ContextualTabs">
    <xsd:sequence>
    <xsd:element name="tabSet" type="CT_TabSet" minOccurs="1" maxOccurs="100"/>
    </xsd:sequence>
 </xsd:complexType>