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