
xml.schema.z3998-book-1.0-latest.schemadoc.subfiles.e-tbody01.html Maven / Gradle / Ivy
Schema Documentation: the tbody element
The tbody element
On this page:
The
tbody
element represents a collection of
table
body rows.
Multiple
tbody
elements are allowed to enable representation of sections of rows.
Usage Example
<table>
<thead>
<tr>
<th colspan="2">Inches</th>
<th>Lines</th>
</tr>
</thead>
<tbody>
<tr>
<th>Length (as far as complete)</th>
<td>17</td>
<td>6</td>
</tr>
</tbody>
</table>
Allowed parents
Allowed children
This element must not contain text.
This element must contain the following children: tr
This element may contain the following children: pagebreak
Content model
optional attributes: @about,
@by,
@class,
@content,
@continuation,
@datatype,
@desc,
@its:dir,
@its:translate,
@property,
@rel,
@resource,
@rev,
@role,
@sel:selid,
@ssml:onlangfailure,
@typeof,
@xml:base,
@xml:id,
@xml:lang and
@xml:space
Namespace
http://www.daisy.org/ns/z3998/authoring/
© 2015 - 2025 Weber Informatics LLC | Privacy Policy