Defines a property that uses a table-width value.
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
      
<xsd:simpleType name="tableWidthPropertyType" >
  <xsd:restriction base="xsd:string">
    <xsd:enumeration value="nil">
    </xsd:enumeration>
    <xsd:enumeration value="pct"></xsd:enumeration>
    <xsd:enumeration value="dxa"></xsd:enumeration>
    <xsd:enumeration value="auto"></xsd:enumeration>
  </xsd:restriction>
</xsd:simpleType>