◇◆
%table.content; Contents of a Table
Content model for a NISO JATS table element.
Usage/Remarks
In NISO JATS tables, this entity has been modified from the equivalent XHTML 1.1 entity
to remove the <caption> element from the <table> model because this NISO JATS Tag Set includes <caption> as part of the table wrapper (<table-wrap>) element.
Declaration
<!ENTITY % table.content "( ( %col.qname;* | %colgroup.qname;* ), ( ( %thead.qname;?, %tfoot.qname;?, %tbody.qname;+ ) | ( %tr.qname;+ ) ) )" >
Expanded Declaration
( ( col* | colgroup* ), ( ( thead?, tfoot?, tbody+ ) | ( tr+ ) ) )