<xsd:simpleType name="tabJCValue">
<xsd:annotation>
<xsd:documentation>Defines tab-justification settings.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="clear">
<xsd:annotation>
<xsd:documentation>Clear the tab that appears at this position due to inherited properties from a style.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="left">
<xsd:annotation>
<xsd:documentation>Extend text to the right of the tab stop.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="center">
<xsd:annotation>
<xsd:documentation>Center text at the tab stop.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="right">
<xsd:annotation>
<xsd:documentation>Extend text to the left of the tab stop.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="decimal">
<xsd:annotation>
<xsd:documentation>Align a decimal point at the tab stop.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="bar">
<xsd:annotation>
<xsd:documentation>Insert a vertical line at the tab stop.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="list">
<xsd:annotation>
<xsd:documentation>Special tab stop used for lists only.</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|