2.335 DefaultRelationships

Applies to RDL 2011/01

The DefaultRelationships element specifies a collection of DefaultRelationship elements.

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

Parent elements

DataSet

Child elements

DefaultRelationships.DefaultRelationship

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

 <xsd:complexType name="DefaultRelationshipsType">
     <xsd:sequence>
       <xsd:element name="DefaultRelationship" type="DefaultRelationshipType" minOccurs="1"
                    maxOccurs="unbounded" />
     </xsd:sequence>
     <xsd:anyAttribute namespace="##other" processContents="lax" />
   </xsd:complexType>