ContentAppCapabilities simpleType (app manifest schema v1.0)

Specifies the named subsets of the Office app API that are available to content apps.

Type information

Base type

xs:string

Namespace

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

Schema file

offappmanifest.xsd

Definition

<xs:simpleType name="ContentAppCapabilities">
    <xs:restriction base="xs:string">
        <xs:enumeration value="Workbook" />
    </xs:restriction>
</xs:simpleType>

Enumeration values

Value

Description

Workbook

This capability represents the subset of the API that defines workbook functionality.