Definition Type: Element
Name: table
Namespace: http://www.w3.org/1999/xhtml
Containing Schema: pam-xhtml.xsd
Abstract
Collapse XSD Schema Diagram:
Drilldown into tr in schema pam-xhtml_xsd Drilldown into tbody in schema pam-xhtml_xsd Drilldown into tfoot in schema pam-xhtml_xsd Drilldown into thead in schema pam-xhtml_xsd Drilldown into colgroup in schema pam-xhtml_xsd Drilldown into col in schema pam-xhtml_xsd Drilldown into caption in schema pam-xhtml_xsd Drilldown into cellpadding in schema pam-xhtml_xsd Drilldown into cellspacing in schema pam-xhtml_xsd Drilldown into rules in schema pam-xhtml_xsd Drilldown into frame in schema pam-xhtml_xsd Drilldown into border in schema pam-xhtml_xsd Drilldown into width in schema pam-xhtml_xsd Drilldown into summary in schema pam-xhtml_xsd Drilldown into lang in schema xml_xsd Drilldown into dir in schema pam-xhtml_xsd Drilldown into title in schema pam-xhtml_xsd Drilldown into class in schema pam-prism_xsd Drilldown into id in schema pam-xhtml_xsdXSD Diagram of table in schema pam-xhtml_xsd (Prism - IDEAlliance Specification publishing)
Collapse XSD Schema Code:
<xs:element name="table">
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="xhtml:caption" minOccurs="0" />
            <xs:choice>
                <xs:element ref="xhtml:col" minOccurs="0" maxOccurs="unbounded" />
                <xs:element ref="xhtml:colgroup" minOccurs="0" maxOccurs="unbounded" />
            </xs:choice>
            <xs:choice>
                <xs:sequence>
                    <xs:element ref="xhtml:thead" minOccurs="0" />
                    <xs:element ref="xhtml:tfoot" minOccurs="0" />
                    <xs:element ref="xhtml:tbody" maxOccurs="unbounded" />
                </xs:sequence>
                <xs:sequence>
                    <xs:element ref="xhtml:tr" maxOccurs="unbounded" />
                </xs:sequence>
            </xs:choice>
        </xs:sequence>
        <xs:attribute name="id" type="xs:ID" />
        <xs:attribute ref="prism:class" />
        <xs:attribute name="title" type="xs:string" />
        <xs:attribute name="dir">
            <xs:simpleType>
                <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="ltr" />
                    <xs:enumeration value="rtl" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute ref="xml:lang" />
        <xs:attribute name="summary" type="xs:string" />
        <xs:attribute name="width" type="xs:string" />
        <xs:attribute name="border" type="xs:string" />
        <xs:attribute name="frame">
            <xs:simpleType>
                <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="void" />
                    <xs:enumeration value="above" />
                    <xs:enumeration value="below" />
                    <xs:enumeration value="hsides" />
                    <xs:enumeration value="lhs" />
                    <xs:enumeration value="rhs" />
                    <xs:enumeration value="vsides" />
                    <xs:enumeration value="box" />
                    <xs:enumeration value="border" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="rules">
            <xs:simpleType>
                <xs:restriction base="xs:NMTOKEN">
                    <xs:enumeration value="none" />
                    <xs:enumeration value="groups" />
                    <xs:enumeration value="rows" />
                    <xs:enumeration value="cols" />
                    <xs:enumeration value="all" />
                </xs:restriction>
            </xs:simpleType>
        </xs:attribute>
        <xs:attribute name="cellspacing" type="xs:string" />
        <xs:attribute name="cellpadding" type="xs:string" />
    </xs:complexType>
</xs:element>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
caption xhtml:caption 0 (1)
col xhtml:col 0 unbounded
colgroup xhtml:colgroup 0 unbounded
thead xhtml:thead 0 (1)
tfoot xhtml:tfoot 0 (1)
tbody xhtml:tbody (1) unbounded
tr xhtml:tr (1) unbounded
Collapse Child Attributes:
Name Type Default Value Use
id xhtml:id (Optional)
class prism:class (Optional)
title xhtml:title (Optional)
dir xhtml:dir (Optional)
lang nsA:lang (Optional)
summary xhtml:summary (Optional)
width xhtml:width (Optional)
border xhtml:border (Optional)
frame xhtml:frame (Optional)
rules xhtml:rules (Optional)
cellspacing xhtml:cellspacing (Optional)
cellpadding xhtml:cellpadding (Optional)