<xsd:complexType name="CT_TableCellProperties">
<xsd:sequence>
<xsd:element name="lnL" type="CT_LineProperties" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Left Border Line Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lnR" type="CT_LineProperties" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Right Border Line Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lnT" type="CT_LineProperties" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Top Border Line Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lnB" type="CT_LineProperties" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Bottom Border Line Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lnTlToBr" type="CT_LineProperties" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Top-Left to Bottom-Right Border Line Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="lnBlToTr" type="CT_LineProperties" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Bottom-Left to Top-Right Border Line Properties</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:element name="cell3D" type="CT_Cell3D" minOccurs="0" maxOccurs="1">
<xsd:annotation>
<xsd:documentation>Cell 3-D</xsd:documentation>
</xsd:annotation>
</xsd:element>
<xsd:group ref="EG_FillProperties" minOccurs="0" maxOccurs="1" />
<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:annotation>
<xsd:documentation>Left Margin</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="marR" type="ST_Coordinate32" use="optional" default="91440">
<xsd:annotation>
<xsd:documentation>Right Margin</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="marT" type="ST_Coordinate32" use="optional" default="45720">
<xsd:annotation>
<xsd:documentation>Top Margin</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="marB" type="ST_Coordinate32" use="optional" default="45720">
<xsd:annotation>
<xsd:documentation>Bottom Margin</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="vert" type="ST_TextVerticalType" use="optional" default="horz">
<xsd:annotation>
<xsd:documentation>Text Direction</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="anchor" type="ST_TextAnchoringType" use="optional" default="t">
<xsd:annotation>
<xsd:documentation>Anchor</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="anchorCtr" type="xsd:boolean" use="optional" default="false">
<xsd:annotation>
<xsd:documentation>Anchor Center</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="horzOverflow" type="ST_TextHorzOverflowType" use="optional" default="clip">
<xsd:annotation>
<xsd:documentation>Horizontal Overflow</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:complexType>
|