Defines a property that uses overlap settings for a table.
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| val | tableOverlapType | required | Specifies whether this table should avoid overlapping another table. | 
 | 
      
<xsd:complexType name="tableOverlapProperty" >
  <xsd:attribute name="val" type="tableOverlapType" use="required">
  </xsd:attribute>
</xsd:complexType>