Definition Type: SimpleType
Name: ST_LangCode
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Documentation:
Two Digit Hexadecimal Language Code
Collapse XSD Schema Diagram:
XSD Diagram of ST_LangCode in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:simpleType name="ST_LangCode">
    <xsd:annotation>
        <xsd:documentation>Two Digit Hexadecimal Language Code</xsd:documentation>
    </xsd:annotation>
    <xsd:restriction base="xsd:hexBinary">
        <xsd:length value="2" fixed="true" />
    </xsd:restriction>
</xsd:simpleType>
Collapse Facets:
Facet Value
Length 2