2.273 DataMembers

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

The DataMembers element defines a collection of DataMember elements for a hierarchy.

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

Parent elements

DataColumnHierarchy

DataRowHierarchy

Child element

DataMembers.DataMember

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

 <xsd:complexType name="DataMembersType">
   <xsd:sequence>
     <xsd:element name="DataMember" type="DataMemberType" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

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

 <xsd:complexType name="DataMembersType">
   <xsd:sequence>
     <xsd:element name="DataMember" type="DataMemberType" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>