Share via


2.2.66 TargetDialects

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

Referenced by: Dictionary

Defines the dialect(s) supported by a Dictionary (section 2.2.36).

Child Elements:

TargetDialect: A CultureName element that specifies a dialect supported by this Dictionary (section 2.2.36), 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.2 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).