2.149 ChartMembers

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

The ChartMembers element specifies an ordered list of ChartMember elements for a ChartHierarchy or for submembers of a ChartMember.

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

Parent elements

ChartHierarchy

ChartMember

Child elements

ChartMembers.ChartMember

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

 <xsd:complexType name="ChartMembersType">
   <xsd:sequence minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="ChartMember" type="ChartMemberType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

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

 <xsd:complexType name="ChartMembersType">
   <xsd:sequence minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="ChartMember" type="ChartMemberType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>