Share via


2.2.23 CT_Capabilities

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

Referenced by: ContentApp

Specifies up to three capabilities supported by the content add-in.

Child Elements:

Capability: A ContentAppCapability element (section 2.2.22) that specifies a required capability.

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

 <xs:complexType name="CT_Capabilities">
   <xs:sequence>
     <xs:element name="Capability" type="ContentAppCapability" minOccurs="1" maxOccurs="3"/>
   </xs:sequence>
 </xs:complexType>

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