Share via


2.2.106 Requirements

Target namespace: http://schemas.microsoft.com/office/officeappbasictypes/1.0

Referenced by: VersionOverridesV1_1, VersionOverridesV1_0, VersionOverridesV1_0

Specifies the minimum named subsets of the Office.js API that the add-in requires in order to activate.

Child Elements:

Sets: A Sets element that specifies the groups of APIs needed to activate the add-in.

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

 <xs:complexType name="Requirements">
   <xs:sequence>
     <xs:element name="Sets" type="Sets" minOccurs="1" maxOccurs="1"/>
   </xs:sequence>
 </xs:complexType>

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