tblElt complexType [Word 2003 XML Reference] --  Microsoft Office Word 2003 XML Software Development Kit

tblElt complexType [Word 2003 XML Reference]

Represents the table element, which is analogous to the HTML <table> tag.

Type Information

Namespace http://schemas.microsoft.com/office/word/2003/wordml
Schema name XML Document 2003

Elements and Attributes

Child Elements

Element Description
tblPr Defines the table-wide properties.
tblGrid Defines the grid for the table. All columns (including the space before and after a row) will reference this grid. All columns assume one grid unit unless otherwise stated. All before or after values assume zero grid units unless otherwise stated.
tr Represents the table row data.
aml:annotation See external namespace.

Attributes

None.

Definition

<xsd:complexType name="tblElt" >
  <xsd:sequence>
    <xsd:element ref="aml:annotation" minOccurs="0" maxOccurs="unbounded">
    </xsd:element>
    <xsd:element name="tblPr" type="tblPrElt">
    </xsd:element>
    <xsd:element name="tblGrid" type="tblGridElt">
    </xsd:element>
    <xsd:choice minOccurs="1" maxOccurs="unbounded">
      <xsd:element name="tr" type="rowElt" minOccurs="0" maxOccurs="unbounded">
      </xsd:element>
      <xsd:group ref="runLevelElts" minOccurs="0"></xsd:group>
      <xsd:any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="skip"></xsd:any>
    </xsd:choice>
  </xsd:sequence>
</xsd:complexType>

©2004 Microsoft Corporation. All rights reserved. Permission to copy, display and distribute this document is available at: http://msdn.microsoft.com/library/en-us/odcXMLRef/html/odcXMLRefLegalNotice.asp