xhtml.table.content

Element Group Information

Model

Used By

Complex Type xhtml.table.type

Source

<xs:group name="xhtml.table.content">
  <xs:sequence>
    <xs:element name="caption" type="xhtml.caption.type" minOccurs="0"/>
    <xs:choice>
      <xs:element name="col" type="xhtml.col.type" minOccurs="0" maxOccurs="unbounded"/>
      <xs:element name="colgroup" type="xhtml.colgroup.type" minOccurs="0" maxOccurs="unbounded"/>
    </xs:choice>
    <xs:choice>
      <xs:sequence>
        <xs:element name="thead" type="xhtml.thead.type" minOccurs="0"/>
        <xs:element name="tfoot" type="xhtml.tfoot.type" minOccurs="0"/>
        <xs:element name="tbody" type="xhtml.tbody.type" maxOccurs="unbounded"/>
      </xs:sequence>
      <xs:choice>
        <xs:element name="tr" type="xhtml.tr.type" maxOccurs="unbounded"/>
      </xs:choice>
    </xs:choice>
  </xs:sequence>
</xs:group>