2.71 TableRows

Applies to RDL 2003/10 and RDL 2005/01

The TableRows element specifies a collection of table rows as an ordered list. If the TableRows element is specified, there MUST be at least one and there can be more than one TableRow in the TableRows collection.

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

Parent elements

Details

Header

Footer

Child elements

TableRows.TableRow

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

 <xsd:complexType name="TableRowsType">
   <xsd:sequence>
     <xsd:element name="TableRow" type="TableRowType" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>