Share via


2.3.19 TaskPaneAppCapabilities

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

Referenced by: TaskPaneAppCapability

Specifies one or more capabilities that are used to determine the host applications for a task pane add-in.

Value

Meaning

Document

This capability defines document functionality.

Project

This capability defines project functionality.

Workbook

This capability defines workbook functionality.

Presentation

This capability defines presentation functionality.

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

 <xs:simpleType name="TaskPaneAppCapabilities">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Document"/>
     <xs:enumeration value="Project"/>
     <xs:enumeration value="Workbook"/>
     <xs:enumeration value="Presentation"/>
   </xs:restriction>
 </xs:simpleType>

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