Definition Type: Element
Name: tableHeaderCell
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
Metadata for a column of a table. 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 array but without the lsist of minValue, errors etc. However they can (and should) carry all the units metadata.
Collapse XSD Schema Diagram:
Drilldown into unitType in schema schema_xsd Drilldown into unitType in schema schema_xsd Drilldown into multiplierToSI in schema schema_xsd Drilldown into multiplierToSI in schema schema_xsd Drilldown into constantToSI in schema schema_xsd Drilldown into constantToSI in schema schema_xsd Drilldown into units in schema schema_xsd Drilldown into units in schema schema_xsd Drilldown into dataType in schema schema_xsd Drilldown into dataType in schema schema_xsd Drilldown into dictRef in schema schema_xsd Drilldown into dictRef in schema schema_xsd Drilldown into convention in schema schema_xsd Drilldown into convention in schema schema_xsd Drilldown into id in schema schema_xsd Drilldown into id in schema schema_xsd Drilldown into title in schema schema_xsd Drilldown into title in schema schema_xsdXSD Diagram of tableHeaderCell in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<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>
Collapse Child Attributes:
Name Type Default Value Use
title nsA:title (Optional)
id nsA:id (Optional)
convention nsA:convention (Optional)
dictRef nsA:dictRef (Optional)
dataType nsA:dataType (Optional)
units nsA:units (Optional)
constantToSI nsA:constantToSI (Optional)
multiplierToSI nsA:multiplierToSI (Optional)
unitType nsA:unitType (Optional)