2.73 TableCells

Applies to RDL 2003/10 and RDL 2005/01

The TableCells element specifies a collection of cells in a row of a Table data region. If the TableCells element is specified, there MUST be at least one and there can be more than one TableCell in the TableCells collection. There MUST be one TableCell per column in the table except that TableCell.ColSpan can allow multiple columns to be covered by one cell.

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

Parent elements

TableRow

Child elements

TableCells.TableCell

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

 <xsd:complexType name="TableCellsType">
   <xsd:sequence>
     <xsd:element name="TableCell" type="TableCellType" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>