table.content

Element Group Information

Model

Children: col, colgroup, tbody, tfoot, thead, tr

Used By

Element table

Source

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