Definition Type: Element
Name: table
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: xhtml1-strict.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into tr in schema xhtml1-strict_xsd Drilldown into tbody in schema xhtml1-strict_xsd Drilldown into tfoot in schema xhtml1-strict_xsd Drilldown into thead in schema xhtml1-strict_xsd Drilldown into colgroup in schema xhtml1-strict_xsd Drilldown into col in schema xhtml1-strict_xsd Drilldown into caption in schema xhtml1-strict_xsd Drilldown into cellpadding in schema xhtml1-strict_xsd Drilldown into cellspacing in schema xhtml1-strict_xsd Drilldown into rules in schema xhtml1-strict_xsd Drilldown into frame in schema xhtml1-strict_xsd Drilldown into border in schema xhtml1-strict_xsd Drilldown into width in schema xhtml1-strict_xsd Drilldown into summary in schema xhtml1-strict_xsd Drilldown into onkeyup in schema xhtml1-strict_xsd Drilldown into onkeydown in schema xhtml1-strict_xsd Drilldown into onkeypress in schema xhtml1-strict_xsd Drilldown into onmouseout in schema xhtml1-strict_xsd Drilldown into onmousemove in schema xhtml1-strict_xsd Drilldown into onmouseover in schema xhtml1-strict_xsd Drilldown into onmouseup in schema xhtml1-strict_xsd Drilldown into onmousedown in schema xhtml1-strict_xsd Drilldown into ondblclick in schema xhtml1-strict_xsd Drilldown into onclick in schema xhtml1-strict_xsd Drilldown into events in schema xhtml1-strict_xsd Drilldown into dir in schema xhtml1-strict_xsd Drilldown into lang in schema xml_xsd Drilldown into lang in schema xhtml1-strict_xsd Drilldown into i18n in schema xhtml1-strict_xsd Drilldown into title in schema xhtml1-strict_xsd Drilldown into style in schema xhtml1-strict_xsd Drilldown into class in schema xhtml1-strict_xsd Drilldown into id in schema xhtml1-strict_xsd Drilldown into coreattrs in schema xhtml1-strict_xsd Drilldown into attrs in schema xhtml1-strict_xsdXSD Diagram of table in schema xhtml1-strict_xsd (XHTML™ 1.0 The Extensible HyperText Markup Language)
Collapse XSD Schema Code:
<xs:element name="table">
    <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="attrs" />
        <xs:attribute name="summary" type="Text" />
        <xs:attribute name="width" type="Length" />
        <xs:attribute name="border" type="Pixels" />
        <xs:attribute name="frame" type="TFrame" />
        <xs:attribute name="rules" type="TRules" />
        <xs:attribute name="cellspacing" type="Length" />
        <xs:attribute name="cellpadding" type="Length" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
caption nsA:caption 0 (1)
col nsA:col 0 unbounded
colgroup nsA:colgroup 0 unbounded
thead nsA:thead 0 (1)
tfoot nsA:tfoot 0 (1)
tbody nsA:tbody (1) unbounded
tr nsA:tr (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
id nsA:id (Optional)
class nsA:class (Optional)
style nsA:style (Optional)
title nsA:title (Optional)
lang nsA:lang (Optional)
lang xml:lang (Optional)
dir nsA:dir (Optional)
onclick nsA:onclick (Optional)
ondblclick nsA:ondblclick (Optional)
onmousedown nsA:onmousedown (Optional)
onmouseup nsA:onmouseup (Optional)
onmouseover nsA:onmouseover (Optional)
onmousemove nsA:onmousemove (Optional)
onmouseout nsA:onmouseout (Optional)
onkeypress nsA:onkeypress (Optional)
onkeydown nsA:onkeydown (Optional)
onkeyup nsA:onkeyup (Optional)
summary nsA:summary (Optional)
width nsA:width (Optional)
border nsA:border (Optional)
frame nsA:frame (Optional)
rules nsA:rules (Optional)
cellspacing nsA:cellspacing (Optional)
cellpadding nsA:cellpadding (Optional)