2.79 TableGroups

Applies to RDL 2003/10 and RDL 2005/01

The TableGroups element specifies the collection of groups in a Table. If the TableGroups element is present, there MUST be at least one and there can be more than one TableGroup in the TableGroups collection.

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

Parent elements

Table

Child elements

TableGroups.TableGroup

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

 <xsd:complexType name="TableGroupsType">
   <xsd:sequence>
     <xsd:element name="TableGroup" type="TableGroupType" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>