Share via


URLLocaleAwareSetting complexType (apps for Office 1.1)

Defines a URL setting that is 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="URLLocaleAwareSetting">
    <xs:sequence>
        <xs:element name="Override" type="URLLocaleOverride" minOccurs="0" maxOccurs="unbounded"></xs:element>
    </xs:sequence>
    <xs:attribute name="DefaultValue" type="URL" use="required" />
</xs:complexType>

Elements and attributes

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

Child elements

Element

Type

Description

Override

URLLocaleOverride

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

Attributes

Attribute

Type

Required

Description

Possible values

DefaultValue

URL

required

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

Values of the URL type.

Additional resources

See the following link for more information

辞書の作業ウィンドウ アプリを作成する