<row>
A table row is a single row in a table that is based on the OASIS Exchange Table Model.
Content model
Contained by
One or more <entry>
Contained by
Inheritance
- topic/row
The <row> element is a base element type. It is defined in the topic module.
Attributes
The following attributes are available on this element: universal
                                                  attributes, @rowsep and @valign.
The following attributes are available on this element: universal attributes and the attributes defined below.
@rowsep(complex table attributes)- Specifies whether to render row separators between table
            entries. The following values are valid: 0
            (no separators) and 1 (separators).
The
@rowsepattribute is available on the following table elements:<colspec>,<entry>,<row>,<table>, and<tgroup>. @valign(complex table attributes)- Specifies the vertical alignment of text in table entries. The following values are valid: 
- bottom
 - Indicates that text is aligned with the bottom of the table entry.
 - middle
 - Indicates that text is aligned with the middle of the table entry.
 - top
 - Indicates that text is aligned with the top of the table entry.
 - -dita-use-conref-target
 - See Using the -dita-use-conref-target value for more information.
 
The
@valignattribute is available on the following table elements:<entry>,<tbody>,<thead>, and<row>.