Share via


2.2.36 Dictionary

Target namespace: http://schemas.microsoft.com/office/appforoffice/1.1

Referenced by: TaskPaneApp

Defines settings for a task pane add-in that implements additional dictionary support.

Child Elements:

TargetDialects: A TargetDialects element that specifies the dialects supported by the dictionary.

QueryUri: A URLLocaleAwareSetting element that specifies the URL of the endpoint for the dictionary query service.

CitationText: A ShortLocaleAwareSetting element that specifies the citation boilerplate text for the dictionary.

DictionaryName: A ShortLocaleAwareSetting element that specifies the name of this dictionary.

DictionaryHomePage: A URLLocaleAwareSetting element that specifies the URL of the home page for the dictionary.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xs:complexType name="Dictionary">
   <xs:sequence>
     <xs:element name="TargetDialects" type="TargetDialects" minOccurs="1" maxOccurs="1"/>
     <xs:element name="QueryUri" type="URLLocaleAwareSetting" minOccurs="1" maxOccurs="1"/>
     <xs:element name="CitationText" type="ShortLocaleAwareSetting" minOccurs="1" maxOccurs="1"/>
     <xs:element name="DictionaryName" type="ShortLocaleAwareSetting" minOccurs="1" maxOccurs="1"/>
     <xs:element name="DictionaryHomePage" type="URLLocaleAwareSetting" minOccurs="1" maxOccurs="1"/>
   </xs:sequence>
 </xs:complexType>

See section 5.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).