Share via


2.2.181 Tab

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

Referenced by: OfficeTab, CustomTab

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

Child Elements:

Group: A Group element that specifies how commands are bundled and displayed together.

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.5 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).