ReferenceMember Complex Type Complex Type

Defines the elements that contain paths to the source and dependent members used to set up a reference relationship.

<xs:complexType name="ReferenceMember">
    <xs:complexContent>
        <xs:extension
            base="RelationshipMember"
        >
            <xs:attribute name="DependentMember"
                type="Path"
                use="required"
             />
            <xs:attribute name="SourceMember"
                type="Path"
                use="required"
             />
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

Attributes

Name Type Description
DependentMember Path

The object member that depends on the source member. The object member must match the definition of the dependent object in the reference relationship.

SourceMember Path

The source object member that must match the definition of the source object in the reference relationship.

See Also

SystemDefinitionModel Schema Complex Types

Send comments about this topic to Microsoft

Build date: 9/5/2007