2.156 ChartTitles

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The ChartTitles element specifies an ordered list of ChartTitle elements for a chart.

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

Parent elements

Chart

Child elements

ChartTitles.ChartTitle

The following is the XML Schema definition of the ChartTitles element in RDL 2008/01.

 <xsd:complexType name="ChartTitlesType">
   <xsd:sequence>
     <xsd:element name="ChartTitle" type="ChartTitleType" minOccurs="0" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

The following is the XML Schema definition of the ChartTitles element in RDL 2010/01 and RDL 2016/01.

 <xsd:complexType name="ChartTitlesType">
   <xsd:sequence>
     <xsd:element name="ChartTitle" type="ChartTitleType" minOccurs="0" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>