All Downloads are FREE. Search and download functionalities are using the official Maven repository.

xml.schema.z3998-book-1.0-latest.schemadoc.subfiles.e-tbody01.html Maven / Gradle / Ivy



   
      
      Schema Documentation: the tbody element
      
   
   
      
Schema Documentation - Book Profile
version 1.0

The tbody element

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

table

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

one or more of
a mix of
tr
zero or more of pagebreak
end of mix

Namespace

http://www.daisy.org/ns/z3998/authoring/





© 2015 - 2025 Weber Informatics LLC | Privacy Policy