HostingMember complex type [SDM]

 
Platform SDK: System Definition Model Overview

HostingMember Complex Type

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

Defines elements that hold the paths to guest and host members in a hosting relationship.

The object members may be direct members of the containing definition or nested members that have a membership relationship with the definition. There must be a membership chain between the referenced member and the containing definition.

<xs:complexType name="HostingMember">
    <xs:complexContent>
        <xs:extension
            base="RelationshipMember"
        >
            <xs:attribute name="GuestMember"
                type="Path"
                use="required"
             />
GuestMember
A member that has a definition compatible with the guest of the relationship. The member can be nested.
<xs:attribute name="HostMember" type="Path" use="required" />
HostMember
A member that has a definition compatible with the host of the relationship. The member can be nested.
</xs:extension> </xs:complexContent> </xs:complexType>
HostingMember
Used to declare a hosting relationship between two object members.

Attributes

Name Type Description
GuestMember Path A member that has a definition compatible with the guest of the relationship. The member can be nested.
HostMember Path A member that has a definition compatible with the host of the relationship. The member can be nested.

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.