2.93 CategoryGroupings

Applies to RDL 2003/10 and RDL 2005/01

The CategoryGroupings element specifies the set CategoryGrouping instances for a Chart.

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

Parent elements

Chart

Child elements

CategoryGroupings.CategoryGrouping

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

 <xsd:complexType name="CategoryGroupingsType">
   <xsd:sequence>
     <xsd:element name="CategoryGrouping" type="CategoryGroupingType" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>