<xsd:complexType name="CT_TblPrExBase">
<xsd:sequence>
<xsd:element name="tblW" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
<xsd:element name="jc" type="CT_JcTable" minOccurs="0" maxOccurs="1"/>
<xsd:element name="tblCellSpacing" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
<xsd:element name="tblInd" type="CT_TblWidth" minOccurs="0" maxOccurs="1"/>
<xsd:element name="tblBorders" type="CT_TblBorders" minOccurs="0" maxOccurs="1"/>
<xsd:element name="shd" type="CT_Shd" minOccurs="0" maxOccurs="1"/>
<xsd:element name="tblLayout" type="CT_TblLayoutType" minOccurs="0" maxOccurs="1"/>
<xsd:element name="tblCellMar" type="CT_TblCellMar" minOccurs="0" maxOccurs="1"/>
<xsd:element name="tblLook" type="CT_TblLook" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
</xsd:complexType> |