Share via


2.2.26 TargetDialects

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

Referenced by: Dictionary

Specifies the dialect(s) supported by Dictionary (section 2.2.25).

Child Elements:

TargetDialect: A CultureName element (section 2.3.7) that specifies a dialect supported by this Dictionary (section 2.2.25), represented as a culture name string.

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

 <xs:complexType name="TargetDialects">
   <xs:sequence minOccurs="1" maxOccurs="unbounded">
     <xs:element name="TargetDialect" type="CultureName"/>
   </xs:sequence>
 </xs:complexType>

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