次の方法で共有


ShortLocaleAwareSetting complexType (apps for Office 1.1)

Defines a setting that is a short string, 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="ShortLocaleAwareSetting">
    <xs:sequence>
        <xs:element name="Override" type="ShortLocaleOverride" minOccurs="0" maxOccurs="unbounded"></xs:element>
    </xs:sequence>
    <xs:attribute name="DefaultValue" type="ShortString" use="required" />
</xs:complexType>

Elements and attributes

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

Child elements

Element

Type

Description

Override

ShortLocaleOverride

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

Attributes

Attribute

Type

Required

Description

Possible values

DefaultValue

ShortString

required

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

Values of the ShortString type.