次の方法で共有


LocaleAwareSetting complexType (apps for Office 1.1)

Defines a setting that is unbounded, locale-aware, and that can be specified for a locale different than the default.

Introduced in

apps for Office Manifest Schema Reference v1.0

Type information

Namespace

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

Schema file

OfficeAppManifestv1.1.xsd

Extension base

None

Definition

<xs:complexType name="LocaleAwareSetting">
    <xs:sequence>
        <xs:element name="Override" type="LocaleOverride" minOccurs="0" maxOccurs="unbounded"></xs:element>
    </xs:sequence>
    <xs:attribute name="DefaultValue" type="NonEmptyString" use="required" />
</xs:complexType>

Elements and attributes

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

Child elements

Element

Type

Description

Override

LocaleOverride

Provides a way to specify the value of this setting for an additional locale.

Attributes

Attribute

Type

Required

Description

Possible values

DefaultValue

NonEmptyString

required

Specifies the default value for this setting, expressed for the locale specified in the DefaultLocale element.

Values of the NonEmptyString type.