Definition Type: Element
Name: tableCell
Namespace: http://www.xml-cml.org/schema
Containing Schema: schema.xsd
Abstract
Documentation:
A cell in a row of a table. 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
Collapse XSD Schema Diagram:
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 tableCell in schema schema_xsd (Chemical Markup Language (CML))
Collapse XSD Schema Code:
<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>
Collapse Child Elements:
Name Type Min Occurs Max Occurs
<xs:any> 0 (1)
Collapse Child Attributes:
Name Type Default Value Use
title nsA:title (Optional)
id nsA:id (Optional)
convention nsA:convention (Optional)
dictRef nsA:dictRef (Optional)