Share via


ContainmentDefinition complex type [SDM]

 
Platform SDK: System Definition Model Overview

ContainmentDefinition Complex Type

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

Defines the parent and member definitions in a containment relationship. Containment implies that the parent instance can control the lifetime of the member instance and can delegate behavior to the member instance.

<xs:complexType name="ContainmentDefinition">
    <xs:complexContent>
        <xs:extension
            base="RelationshipDefinition"
        >
            <xs:attribute name="ParentDefinition"
                type="QualifiedName"
                use="required"
             />
ParentDefinition
The parent definition of the instance that contains the member.
<xs:attribute name="MemberDefinition" type="QualifiedName" use="required" />
MemberDefinition
The member definition of the instance that is contained.
</xs:extension> </xs:complexContent> </xs:complexType>
ContainmentDefinition
Defines the parent and member definitions in the parent containment of a member.

Attributes

Name Type Description
MemberDefinition QualifiedName The member definition of the instance that is contained.
ParentDefinition QualifiedName The parent definition of the instance that contains the member.

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.