%tr.content; Table Row (tr) Element Content

Defines what elements can occur within the <tr> element in tables.
Declaration
<!ENTITY % tr.content  "( %th.qname; | %td.qname; )+" >
Expanded Declaration

( th | td )+