table

Element Information

Model

Attributes

QName Type Fixed Default Use Inheritable Annotation
border Pixels optional
cellpadding Length optional
cellspacing Length optional
class optional
dir restriction of xs:token optional
frame TFrame optional
id xs:ID optional
lang XHTMLLanguageCode optional
rules TRules optional
style StyleSheet optional
summary XHTMLText optional
title XHTMLText optional
width Length optional

Source

<xs:element name="table" substitutionGroup="block">
  <xs:complexType>
    <xs:sequence>
      <xs:element minOccurs="0" ref="caption"/>
      <xs:choice>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="col"/>
        <xs:element minOccurs="0" maxOccurs="unbounded" ref="colgroup"/>
      </xs:choice>
      <xs:element minOccurs="0" ref="thead"/>
      <xs:element minOccurs="0" ref="tfoot"/>
      <xs:choice>
        <xs:element maxOccurs="unbounded" ref="tbody"/>
        <xs:element maxOccurs="unbounded" ref="tr"/>
      </xs:choice>
    </xs:sequence>
    <xs:attributeGroup ref="table.attlist"/>
  </xs:complexType>
</xs:element>

Sample