2.74 TableCell

Applies to RDL 2003/10 and RDL 2005/01

The TableCell element specifies the contents of a cell in a Table data region.

The following are the parent and child elements of the TableCell element.

Parent elements

TableCells

Child elements

TableCell.ColSpan

TableCell.ReportItems

The following is the XML Schema definition of the TableCell element.          

 <xsd:complexType name="TableCellType">
   <xsd:choice minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="ReportItems" type="ReportItemsType" />
     <xsd:element name="ColSpan" type="xsd:unsignedInt" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>