<xsd:complexType name="CT_TableCellProperties">
<xsd:sequence>
<xsd:element name="lnL" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
<xsd:element name="lnR" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
<xsd:element name="lnT" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
<xsd:element name="lnB" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
<xsd:element name="lnTlToBr" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
<xsd:element name="lnBlToTr" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>
<xsd:element name="cell3D" type="CT_Cell3D" minOccurs="0" maxOccurs="1"/>
<xsd:group ref="EG_FillProperties" minOccurs="0" maxOccurs="1"/>
<xsd:element name="headers" type="CT_Headers" minOccurs="0"/>
<xsd:element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>
</xsd:sequence>
<xsd:attribute name="marL" type="ST_Coordinate32" use="optional" default="91440"/>
<xsd:attribute name="marR" type="ST_Coordinate32" use="optional" default="91440"/>
<xsd:attribute name="marT" type="ST_Coordinate32" use="optional" default="45720"/>
<xsd:attribute name="marB" type="ST_Coordinate32" use="optional" default="45720"/>
<xsd:attribute name="vert" type="ST_TextVerticalType" use="optional" default="horz"/>
<xsd:attribute name="anchor" type="ST_TextAnchoringType" use="optional" default="t"/>
<xsd:attribute name="anchorCtr" type="xsd:boolean" use="optional" default="false"/>
<xsd:attribute name="horzOverflow" type="ST_TextHorzOverflowType" use="optional" default="clip"/>
</xsd:complexType> |