<tr/>

rang : dans une table
htm:tr<1> dbk:row<2> tei:row<3>

Parents<^>

table, tbody, tfoot, thead ;

Frères<^>

info, tbody, tfoot, thead, title, tr ;

Enfants<^>

(thtd)+

Attributs<^>

  • @id="xs:ID"
  • @code="xs:string"
  • @audience="xs:string"
  • @css="xs:string"
  • @class="xs:string"
  • @remap="xs:string"
  • @uri="xs:anyURI"
  • @lang="xs:string"
  • @value="xs:string"
  • @role="xs:string"
  • @scheme="xs:string"
  • Source<^>

    <xs:element name="tr" type="row"/>
    <xs:complexType name="row">
    <xs:choice maxOccurs="unbounded">
    <xs:element ref="th"/>
    <xs:element ref="td"/>
    </xs:choice>
    <xs:attributeGroup ref="Attributes"/>
    <!-- CB mauvais modèle de contenu
    		 <xs:choice>
    			<xs:sequence>
    				<xs:element ref="td" minOccurs="0" maxOccurs="unbounded"/>
    			</xs:sequence>
    			<xs:sequence>
    				<xs:element ref="th" minOccurs="0" maxOccurs="unbounded"/>
    			</xs:sequence>
    		</xs:choice> 04/12/03 -->
    <!-- CB Modèle de contenu HTML -->
    </xs:complexType>


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

    <2> http://www.docbook.org/tdg/en/html/row.html

    <3> http://www.tei-c.org/P4X/ref-ROW.html