Definition Type: AttributeGroup
Name: XTableElements
Namespace: urn:schemas-microsoft-com:office:excel
Containing Schema: excel.xsd
Collapse XSD Schema Diagram:
Drilldown into DefaultColumnWidth in schema excel_xsd Drilldown into DefaultRowHeight in schema excel_xsd Drilldown into FullRows in schema excel_xsd Drilldown into FullColumns in schema excel_xsdXSD Diagram of XTableElements in schema excel_xsd (Microsoft Office 2003 Reference Schemas)
Collapse XSD Schema Code:
<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 &lt;Table&gt; 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 &lt;Table&gt; 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>
Collapse Child Attributes:
Name Type Default Value Use
FullColumns x:FullColumns 0 Optional
FullRows x:FullRows 0 Optional
DefaultRowHeight x:DefaultRowHeight 255 Optional
DefaultColumnWidth x:DefaultColumnWidth 8 Optional