Share via


2.2.118 Tab

Target namespace: http://schemas.microsoft.com/office/mailappversionoverrides

Referenced by: OfficeTab, CustomTab

Specifies a tab in the host where an add-in will customize the user interface.

Child Elements:

Group: A Group element that specifies the group that UI elements will be added to.

Attributes:

id: A ShortString attribute that specifies the identifier of the tab to which the child groups belong. If this tab is a CustomTab element, it is the identifier of the new tab. If it is an OfficeTab, it is the identifier of the preexisting Office UI tab in which to insert content.

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

 <xs:complexType name="Tab" abstract="true">
   <xs:sequence>
     <xs:element name="Group" type="Group" minOccurs="1" maxOccurs="unbounded"/>
   </xs:sequence>
   <xs:attribute name="id" type="bt:ShortString" use="required"/>
 </xs:complexType>

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