Definition Type: ComplexType
Name: langProperty
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a property that uses an ISO-6391-letter code or 4-digit hexadecimal code for a language.
Collapse XSD Schema Diagram:
Drilldown into val in schema wordnet_xsdXSD Diagram of langProperty in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="langProperty">
    <xsd:annotation>
        <xsd:documentation>Defines a property that uses an ISO-6391-letter code or 4-digit hexadecimal code for a language.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="val" type="langType" use="required">
        <xsd:annotation>
            <xsd:documentation>Gets or sets an ISO-6391-letter code or 4-digit hexadecimal code for a language.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
val W:val Required
Collapse Derivation Tree:
  • langProperty
Collapse References:
W:lid