2.339 Relationships

Applies to RDL 2011/01

The Relationships element specifies a collection of Relationship elements.

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

Parent elements

TablixCell

ChartDataPoint

DataCell

Child elements

Relationships.Relationship

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

 <xsd:complexType name="RelationshipsType">
     <xsd:sequence>
       <xsd:element name="Relationship" type="RelationshipType" minOccurs="1" 
                    maxOccurs="unbounded" />
     </xsd:sequence>
     <xsd:anyAttribute namespace="##other" processContents="lax" />
   </xsd:complexType>