<xsd:element name="tableCell" id="el.tableCell">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">A cell in a row of a table.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">tableCell
is a data container of the table and only occurs as a child of tableRow.
Normally it contains
simpleContent, but may also contain a single child element (which could itself have
complex or mixed content). However tableCell should NOT directly contain
multiple children of any sort or mixed content. (It is declared as mixed
content here to allow either text or element content, but not both.).
The metadata for tableCells must be declared in a tableHeader/tableHeaderCell
system</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 mixed="true">
<xsd:sequence minOccurs="1">
<xsd:any processContents="lax" minOccurs="0" />
</xsd:sequence>
<xsd:attributeGroup ref="title" />
<xsd:attributeGroup ref="id" />
<xsd:attributeGroup ref="convention" />
<xsd:attributeGroup ref="dictRef" />
</xsd:complexType>
</xsd:element>
|