<xsd:element name="tableRow" id="el.tableRow">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A row in a rowBased table.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">A direct child of tableRowList containing tableCells.
At present all tableRows in a tableRowList must have the same count of tableCells
and their semantics must correspond to the tableHeader in the table. No cells can be omitted
and there is no spanning of cells. There is no need for a size attribute as the count is simply
<h:tt> count(tableCell)</h:tt>.
</h:div>
<h:div class="example" href="table5.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
<h:div class="example" href="table6.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
<h:div class="example" href="tabler.xml" xmlns:h="http://www.w3.org/1999/xhtml" />
</xsd:documentation>
</xsd:annotation>
<xsd:complexType>
<xsd:sequence>
<xsd:element ref="tableCell" minOccurs="0" maxOccurs="unbounded" />
</xsd:sequence>
<xsd:attributeGroup ref="title" />
<xsd:attributeGroup ref="id" />
<xsd:attributeGroup ref="convention" />
<xsd:attributeGroup ref="dictRef" />
</xsd:complexType>
</xsd:element>
|