Use W3C documentation for the XHTML1.1 table model. (http://www.w3.org/TR/xhtml-modularization/abstract_modules.html#s_tablemodule)
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.
<!ENTITY % table.content "( ( %col.qname;* | %colgroup.qname;* ), ( ( %thead.qname;?, %tfoot.qname;?, %tbody.qname;+ ) | ( %tr.qname;+ ) ) )" >
( ( col* | colgroup* ), ( ( thead?, tfoot?, tbody+ ) | ( tr+ ) ) )
JATS-XHTMLtablesetup0.ent