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

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



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

The tr element

The tr element represents a single table row of data.

Usage Example

<table>
    <tr>
        <th colspan="2">Inches</th>
        <th>Lines</th>
    </tr>
    <tr>
        <th>Length (as far as complete)</th>
        <td>17</td>
        <td>6</td>
    </tr>
    <tr>
        <th>Depth of each ramus</th>
        <td>4</td>
        <td>9</td>
    </tr>
</table>
    

Allowed parents

table, tbody, tfoot and thead

Allowed children

This element must not contain text.

This element may contain the following children: pagebreak, td and th

Content model

a mix of
one or more of
any of the 2 elements: td and th
zero or more of pagebreak
end of mix

Namespace

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





© 2015 - 2025 Weber Informatics LLC | Privacy Policy