Definition Type: ComplexType
Name: langElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines language-related settings.
Collapse XSD Schema Diagram:
Drilldown into bidi in schema wordnet_xsd Drilldown into fareast in schema wordnet_xsd Drilldown into val in schema wordnet_xsdXSD Diagram of langElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
val W:val Optional
fareast W:fareast Optional
bidi W:bidi Optional
Collapse Derivation Tree:
Collapse References:
W:lang