2.75 Footer

Applies to RDL 2003/10 and RDL 2005/01

The Footer element specifies the footer rows for a Table or TableGroup.

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

Parent elements

Table

TableGroup

Child elements

Footer.RepeatOnNewPage

Footer.TableRows

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

 <xsd:complexType name="FooterType">
   <xsd:choice minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="TableRows" type="TableRowsType" />
     <xsd:element name="RepeatOnNewPage" type="xsd:boolean" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>