<xsd:complexType name="langElt">
<xsd:annotation>
<xsd:documentation>Defines language-related settings.</xsd:documentation>
</xsd:annotation>
<xsd:attribute name="val" type="langType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets Latin-language settings</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="fareast" type="langType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets Asian-language settings.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="bidi" type="langType" use="optional">
<xsd:annotation>
<xsd:documentation>Gets or sets complex-scripts language settings.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|