<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>
|