次の方法で共有


Dictionary complexType (apps for Office 1.1)

Defines settings for an app that implements additional dictionary support.

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="Dictionary">
    <xs:sequence>
        <xs:element name="TargetDialects" type="TargetDialects" minOccurs="1" maxOccurs="1"></xs:element>
        <xs:element name="QueryUri" type="URLLocaleAwareSetting" minOccurs="1" maxOccurs="1"></xs:element>
        <xs:element name="CitationText" type="ShortLocaleAwareSetting" minOccurs="1" maxOccurs="1"></xs:element>
        <xs:element name="DictionaryName" type="ShortLocaleAwareSetting" minOccurs="1" maxOccurs="1"></xs:element>
        <xs:element name="DictionaryHomePage" type="URLLocaleAwareSetting" minOccurs="1" maxOccurs="1"></xs:element>
    </xs:sequence>
</xs:complexType>

Elements and attributes

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

Child elements

Element

Type

Description

CitationText

ShortLocaleAwareSetting

Specifies the citation boilerplate text for this dictionary.

DictionaryHomePage

URLLocaleAwareSetting

Specifies the URL of the home page for the dictionary.

DictionaryName

ShortLocaleAwareSetting

Specifies the name of this dictionary.

QueryUri

URLLocaleAwareSetting

Specifies the URL of the endpoint for the dictionary query service.

TargetDialects

TargetDialects

Specifies the dialects supported by this dictionary.

Attributes

None.

Additional resources

See the following links for more information: