<xsd:element name="tableHeaderCell" id="el.tableHeaderCell">
<xsd:annotation>
<xsd:documentation>
<h:div class="summary" xmlns:h="http://www.w3.org/1999/xhtml">Metadata for a column of a table.</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Only used when in rowBased or contentBased tables,
and then as a direct child of tableHeader.
There must be as many tableHeaderCells as there are
implicit columns in tableRowList or tableContent. These cells carry the metadata
and/or semantics for each column. These are similar to the attributes in <h:tt>array</h:tt>
but without the lsist of minValue, errors etc. However they can (and should)
carry all the units metadata.</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>
<!-- empty -->
<xsd:sequence minOccurs="0" maxOccurs="0">
</xsd:sequence>
<xsd:attributeGroup ref="title" />
<xsd:attributeGroup ref="id" />
<xsd:attributeGroup ref="convention" />
<xsd:attributeGroup ref="dictRef" />
<xsd:attributeGroup ref="dataType" />
<xsd:attributeGroup ref="units" />
<xsd:attributeGroup ref="constantToSI">
<xsd:annotation>
<xsd:documentation>
<h:div class="specific" xmlns:h="http://www.w3.org/1999/xhtml">Alternative to units</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Must be used in conjunction with unitType</h:div>
<h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2005-10-26: added</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:attributeGroup>
<xsd:attributeGroup ref="multiplierToSI">
<xsd:annotation>
<xsd:documentation>
<h:div class="specific" xmlns:h="http://www.w3.org/1999/xhtml">Alternative to units</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Must be used in conjunction with unitType</h:div>
<h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2005-10-26: added</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:attributeGroup>
<xsd:attributeGroup ref="unitType">
<xsd:annotation>
<xsd:documentation>
<h:div class="specific" xmlns:h="http://www.w3.org/1999/xhtml">Alternative to units</h:div>
<h:div class="description" xmlns:h="http://www.w3.org/1999/xhtml">Must be used in conjunction with multiplierToSI and/or constantToSI</h:div>
<h:div class="curation" xmlns:h="http://www.w3.org/1999/xhtml">2005-10-26: added</h:div>
</xsd:documentation>
</xsd:annotation>
</xsd:attributeGroup>
</xsd:complexType>
</xsd:element>
|