Share via


Sets complexType (apps for Office 1.1)

Specifies the list of required API sets of the JavaScript API for Office that the app for Office requires in order to activate. Default version is inherited in child elements unless overwritten by said child elements.

Introduced in

apps for Office Manifest Schema Reference v1.1

Type information

Namespace

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

Schema file

OfficeAppManifestv1.1.xsd

Extension base

None

Definition

<xs:complexType name="Sets">
    <xs:sequence minOccurs="1" maxOccurs="unbounded">
        <xs:element name="Set" type="VersionedRequirement"></xs:element>
    </xs:sequence>
    <xs:attribute name="DefaultMinVersion" type="ShortVersion" />
</xs:complexType>

Elements and attributes

スキーマで sequence、minOccurs、maxOccurs、choice などの具体的な要件が定義されている場合は、定義のセクションを参照してください。

Child elements

Element

Type

Description

Set

VersionedRequirement

Attributes

Attribute

Type

Required

Description

Possible values

DefaultMinVersion

ShortVersion

optional

Values of the ShortVersion type.