Arbortext considers <row> to be an element used in tables for most dtds.
Is <row> supposed to be part of a table in your dtd?
Many documents require as a minimum the following table structure.
<table>
<title></title>
<tgroup cols="1">
<tbody>
<row><entry></entry></row>
</tbody>
</tgroup>
</table>