xhtml.tr.content

Element Group Information

Model

(th | td)
Children: td, th

Used By

Complex Type xhtml.tr.type

Source

<xs:group name="xhtml.tr.content">
  <xs:sequence>
    <xs:choice maxOccurs="unbounded">
      <xs:element name="th" type="xhtml.th.type"/>
      <xs:element name="td" type="xhtml.td.type"/>
    </xs:choice>
  </xs:sequence>
</xs:group>