%table.content;

Contents of a Table

Content model for a NISO JATS table element.

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.

Model

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

Expanded Model

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