<xsd:simpleType name="tableWidthPropertyType">
<xsd:annotation>
<xsd:documentation>Defines a property that uses a table-width value.</xsd:documentation>
</xsd:annotation>
<xsd:restriction base="xsd:string">
<xsd:enumeration value="nil">
<xsd:annotation>
<xsd:documentation>Not set; if width is 0, treat as 'none'; if nonzero, treat as ftsDxa</xsd:documentation>
</xsd:annotation>
</xsd:enumeration>
<xsd:enumeration value="pct">
</xsd:enumeration>
<xsd:enumeration value="dxa">
</xsd:enumeration>
<xsd:enumeration value="auto">
</xsd:enumeration>
</xsd:restriction>
</xsd:simpleType>
|