<!ELEMENT long-desc (#PCDATA %long-desc-elements;)* >
(#PCDATA)*
...
<table-wrap>
<caption>
<title>The Size/Price Paradox</title>
</caption>
<long-desc>Table is a price comparison of some
unknown objects that are identified only by
color as Red and Green. The price of small,
medium, and large objects is given for each
color, with Green objects getting cheaper with
increasing size, from $3.25 for small to $2.25
for medium to $1.15 for large. In contrast, Red
objects get more expensive with size, with small
costing $3.25, medium for $5.25, and large for $9.95.
</long-desc>
<table rules="rows">
<thead>
<tr>
<th>Color</th>
<th>Size</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<td rowspan="3">Green</td>
<td>small</td>
<td>$3.25</td>
</tr>
<tr>
<td>medium</td>
<td>$2.25</td>
</tr>
<tr>
<td>large</td>
<td>$1.15</td>
</tr>
<tr>
<td rowspan="3">Red</td>
<td>small</td>
<td>$3.25</td>
</tr>
<tr>
<td>medium</td>
<td>$5.25</td>
</tr>
<tr>
<td>large</td>
<td>$9.95</td>
</tr>
</tbody>
</table>
</table-wrap>
...
Journal Publishing Tag Library NISO JATS Draft Version 1.1d2
Version of December 2014