<xsd:simpleType name="textDirectionValue">
<xsd:annotation>
<xsd:documentation>Defines a text-direction setting.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="lr-tb">
<xsd:annotation>
<xsd:documentation>Left To Right; Top to Bottom</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="tb-rl">
<xsd:annotation>
<xsd:documentation>Top to Bottom; Right to Left</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="bt-lr">
<xsd:annotation>
<xsd:documentation>Bottom to Top; Left to Right</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="lr-tb-v">
<xsd:annotation>
<xsd:documentation>Left to Right, Top to Bottom Rotated</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="tb-rl-v">
<xsd:annotation>
<xsd:documentation>Top to Bottom; Right to Left Rotated</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|