ReferenceMember complex type [SDM]

 
Platform SDK: System Definition Model Overview

ReferenceMember Complex Type

Note: This documentation is preliminary and is subject to change.

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"
             />
DependentMember
The object member that depends on the source member. The object member must match the definition of the dependent object in the reference relationship.
<xs:attribute name="SourceMember" type="Path" use="required" />
SourceMember
The source object member that must match the definition of the source object in the reference relationship.
</xs:extension> </xs:complexContent> </xs:complexType>
ReferenceMember
Defines the elements that contain paths to the source and dependent members used to set up a reference relationship.

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

  
  Last updated: June 2005  |  What did you think of this topic?  |  Order a Platform SDK CD
  © Microsoft Corporation. All rights reserved. Terms of use.