<td/>

cellule : dans une table
htm:td<1> tei:cell<2> dbk:entry<3>

Parents<^>

tr ;

Frères<^>

td, th ;

Enfants<^>

Attributs<^>

  • @rowspan-cell="xs:nonNegativeInteger"
  • @colspan-cell="xs:nonNegativeInteger"
  • Source<^>

    <xs:element name="td" type="cell"/>
    <xs:complexType name="cell">
    <xs:complexContent>
    <xs:extension base="flow">
    <xs:attribute default="1" name="rowspan" type="xs:nonNegativeInteger"/>
    <xs:attribute default="1" name="colspan" type="xs:nonNegativeInteger"/>
    </xs:extension>
    </xs:complexContent>
    </xs:complexType>


    <1> http://www.w3.org/TR/html4/struct/tables.html#edef-TD

    <2> http://www.tei-c.org/P4X/ref-CELL.html

    <3> http://www.docbook.org/tdg/en/html/entry.html