Defines a tab stop.
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| val | tabJCValue | required | Gets or sets tab alignment (or clear). | 
 | 
| leader | tabTLCValue | optional | Gets or sets style of the empty space in front of the tab. | 
 | 
| pos | signedTwipsMeasureType | required | Gets or sets position. | 
      
<xsd:complexType name="tabStopProperty" >
  <xsd:attribute name="val" type="tabJCValue" use="required">
  </xsd:attribute>
  <xsd:attribute name="leader" type="tabTLCValue" use="optional">
  </xsd:attribute>
  <xsd:attribute name="pos" type="signedTwipsMeasureType" use="required">
  </xsd:attribute>
</xsd:complexType>