%table.content;

Contents of a Table

Use W3C documentation for the XHTML1.1 table model. (http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_tablemodule)

Remarks

This entity has been modified from XHTML 1.1 to remove the <caption> element from the <table> model because the Tag Set includes <caption> in the table wrapper (<table-wrap>) element. No other changes were made to the XHTML 1.1 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

JATS-XHTMLtablesetup0.ent