Share via


2.2.188 VersionOverridesV1_0

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

Referenced by: VersionOverrides, TaskPaneApp

Contains elements for the version 1.0 overrides of the Office task pane add-in manifest.

Child Elements:

Description: A LongResourceReference element that specifies a more verbose description of the Office Add-in. Overrides the Description element in the parent node of this element in the manifest.

Requirements: A Requirements element that specifies the minimum set of Office.js requirements that the Office Add-in needs to be activated. Overrides the Requirements element in the parent node of this element in the manifest.

Hosts: A Hosts element that specifies a collection of Office client application types. Overrides the Hosts element in the parent node of this element in the manifest.

Resources: A Resources element that specifies a collection of resources referenced by other elements of the manifest where resource references are supported.

WebApplicationInfo: A WebApplicationInfo element that specifies information about the add-in’s associated Web application.

EquivalentAddins: An EquivalentAddins element that specifies the list of equivalent add-ins

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

 <xs:complexType name="VersionOverridesV1_0">
   <xs:sequence>
     <xs:element name="Description" type="bt:LongResourceReference" minOccurs="0" maxOccurs="1"/>
     <xs:element name="Requirements" type="bt:Requirements" minOccurs="0" maxOccurs="1"/>
     <xs:element name="Hosts" type="Hosts" minOccurs="0" maxOccurs="1"/>
     <xs:element name="Resources" type="bt:Resources" minOccurs="0" maxOccurs="1"/>
     <xs:element name="WebApplicationInfo" type="WebApplicationInfo" minOccurs="0" maxOccurs="1"/>
     <xs:element name="EquivalentAddins" type="EquivalentAddins" minOccurs="0" maxOccurs="1"/>
     <xs:any id="VersionOverrides" minOccurs="0" maxOccurs="1" namespace="http://schemas.microsoft.com/office/taskpaneappversionoverrides/1.1" processContents="lax"/>
   </xs:sequence>
 </xs:complexType>

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