<xsd:complexType name="tabElt">
<xsd:annotation>
<xsd:documentation>Defines a tab stop.</xsd:documentation>
</xsd:annotation>
<xsd:attribute ref="wx:wTab" use="optional">
<xsd:annotation>
<xsd:documentation>This is the width (in twips) of the tab.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="wx:tlc" use="optional">
<xsd:annotation>
<xsd:documentation>This is the tab leader character hint.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute ref="wx:cTlc" use="optional">
<xsd:annotation>
<xsd:documentation>This is the count of cTlc that this tab evaluates to</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|