<xsd:complexType name="CT_TcMar">
<xsd:sequence>
<xsd:element name="top" type="CT_TblWidth" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Table Cell Top Margin Exception</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="left" type="CT_TblWidth" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Table Cell Left Margin Exception</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="bottom" type="CT_TblWidth" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Table Cell Bottom Margin Exception</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="right" type="CT_TblWidth" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Table Cell Right Margin Exception</xsd:documentation>
</xsd:annotation>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
|