ContainmentMember Complex Type Complex Type

ContainmentMember Complex Type

Defines the path to a child member when it is contained by a parent member. Each member can either be contained or delegated. The containment member automatically sets the parent value of the containment relationship to be the this pointer of the relationship.

<xs:complexType name="ContainmentMember"> <xs:complexContent> <xs:extension base="RelationshipMember" > <xs:attribute name="ChildMember" type="Path" use="required" />

  • ChildMember
    Identifies the member that is contained by the parent.

</xs:extension> </xs:complexContent> </xs:complexType>

  • ContainmentMember
    Defines the path to a child member it is contained by a parent member.

Attributes

Name Type Description
ChildMember Path

Identifies the member that is contained by the parent.

See Also

SystemDefinitionModel Schema Complex Types

Send comments about this topic to Microsoft

Build date: 10/2/2007