Capabilities element (TaskPaneApp complexType) (app manifest schema v1.0)

Specifies the capabilities that are required by the task pane app; the app can be available to users on an application if the application supports at least one of these capabilities.

Element information

Element type

Not defined

Namespace

https://schemas.microsoft.com/office/appforoffice/1.0

Schema file

offappmanifest.xsd

Definition

<xs:element name="Capabilities" minOccurs="1" maxOccurs="1">
    <xs:complexType>
        <xs:sequence>
            <xs:element name="Capability" type="TaskPaneAppCapability" minOccurs="1" maxOccurs="4"></xs:element>
        </xs:sequence>
    </xs:complexType>
</xs:element>

Elements and attributes

If the schema defines specific requirements, such as sequence, minOccurs, maxOccurs, and choice, see the definition section.

Parent elements

None.

Child elements

Element

Type

Description

Capability

TaskPaneAppCapability

Specifies a capability required by the task pane app.

Attributes

None.

Additional Resources

Find more information at the following location:
Apps for Office XML manifest overview