Definition Type: ComplexType
Name: CT_EastAsianLayout
Namespace: http://schemas.openxmlformats.org/wordprocessingml/2006/main
Containing Schema: wml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into vertCompress in schema wml_xsd Drilldown into vert in schema wml_xsd Drilldown into combineBrackets in schema wml_xsd Drilldown into combine in schema wml_xsd Drilldown into id in schema wml_xsdXSD Diagram of CT_EastAsianLayout in schema wml_xsd (Office Open XML (OOXML / OpenXML / Ecma 376))
Collapse XSD Schema Code:
<xsd:complexType name="CT_EastAsianLayout">
    <xsd:attribute name="id" type="ST_DecimalNumber" use="optional">
        <xsd:annotation>
            <xsd:documentation>East Asian Typography Run ID</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="combine" type="ST_OnOff" use="optional">
        <xsd:annotation>
            <xsd:documentation>Two Lines in One</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="combineBrackets" type="ST_CombineBrackets" use="optional">
        <xsd:annotation>
            <xsd:documentation>Display Brackets Around Two Lines in One</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="vert" type="ST_OnOff" use="optional">
        <xsd:annotation>
            <xsd:documentation>Horizontal in Vertical (Rotate Text)</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="vertCompress" type="ST_OnOff" use="optional">
        <xsd:annotation>
            <xsd:documentation>Compress Rotated Text to Line Height</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
id w:id Optional
combine w:combine Optional
combineBrackets w:combineBrackets Optional
vert w:vert Optional
vertCompress w:vertCompress Optional
Collapse Derivation Tree:
Collapse References:
w:eastAsianLayout