<xsd:attributeGroup name="XTableElements">
<xsd:attribute name="FullColumns" default="0" type="OneZeroType" form="qualified" use="optional">
<xsd:annotation>
<xsd:documentation>Indicates that the source clip has full columns. WebCalc will set x:FullColumns to 1 when the data in the table represents full columns of data. Excel will save x:FullColumns to 1 if the <Table> extends the full height.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="FullRows" default="0" type="OneZeroType" form="qualified" use="optional">
<xsd:annotation>
<xsd:documentation>Indicates that the source clip has full rows. WebCalc will set x:FullRows to 1 when the data in the table represents full rows of data. Excel will save x:FullRows to 1 if the <Table> extends the full width.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="DefaultRowHeight" type="xsd:decimal" default="255" form="qualified" use="optional">
<xsd:annotation>
<xsd:documentation>Specifies the default height in points of rows in the table.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
<xsd:attribute name="DefaultColumnWidth" type="xsd:decimal" default="8" form="qualified" use="optional">
<xsd:annotation>
<xsd:documentation>Specifies the default width in points of columns in the table.</xsd:documentation>
</xsd:annotation>
</xsd:attribute>
</xsd:attributeGroup>
|