Share via


ContainmentMember complex type [SDM]

 
Platform SDK: System Definition Model Overview

ContainmentMember Complex Type

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

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

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