%table.content;

Contents of a Table

This entity has been modified from XHTML to remove the <caption> element from the <table> model because the Tag Suite includes <caption> in the table wrapper (<table-wrap>) element. No other changes were made to the XHTML table content model.

Content Model

<!ENTITY % table.content
     "( ( %col.qname;* | %colgroup.qname;* ),
        ( ( %thead.qname;?, %tfoot.qname;?, %tbody.qname;+ ) | 
          ( %tr.qname;+ ) 
        ) 
      )"                                                             >

Expanded Content Model

( ( col* | colgroup* ), 
( ( thead?, tfoot?, tbody+ ) | ( tr+ ) ) )

Module

XHTMLtablesetup3.ent