<xsd:complexType name="CT_PTab">
<xsd:attribute name="alignment" type="ST_PTabAlignment" use="required">
<xsd:annotation>
<xsd:documentation>Positional Tab Stop Alignment</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="relativeTo" type="ST_PTabRelativeTo" use="required">
<xsd:annotation>
<xsd:documentation>Positional Tab Base</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="leader" type="ST_PTabLeader" use="required">
<xsd:annotation>
<xsd:documentation>Tab Leader Character</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|