ContainmentMember Complex Type 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"
             />
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

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: 9/5/2007