Definition Type: ComplexType
Name: asianLayoutElt
Namespace: http://schemas.microsoft.com/office/word/2003/wordml
Containing Schema: wordnet.xsd
Abstract
Documentation:
Defines a text layout for Asian languages.
Collapse XSD Schema Diagram:
Drilldown into vert-compress in schema wordnet_xsd Drilldown into vert in schema wordnet_xsd Drilldown into combine-brackets in schema wordnet_xsd Drilldown into combine in schema wordnet_xsd Drilldown into id in schema wordnet_xsdXSD Diagram of asianLayoutElt in schema wordnet_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<xsd:complexType name="asianLayoutElt">
    <xsd:annotation>
        <xsd:documentation>Defines a text layout for Asian languages.</xsd:documentation>
    </xsd:annotation>
    <xsd:attribute name="id" type="decimalNumberType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets a unique internal ID that associates multiple runs of Asian text.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="combine" type="combineType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets a value indicating whether to combine lines or letters.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="combine-brackets" type="combineBracketsType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets bracket style to put around combined text.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="vert" type="onOffType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets a rotation value for Asian half-width characters so that they appear properly as vertical text.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
    <xsd:attribute name="vert-compress" type="onOffType" use="optional">
        <xsd:annotation>
            <xsd:documentation>Gets or sets a compression value for the rotated text so it fits within one character unit.</xsd:documentation>
        </xsd:annotation>
    </xsd:attribute>
</xsd:complexType>
Collapse Child Attributes:
Name Type Default Value Use
id W:id Optional
combine W:combine Optional
combine-brackets W:combine-brackets Optional
vert W:vert Optional
vert-compress W:vert-compress Optional
Collapse Derivation Tree:
Collapse References:
W:asianLayout