HostingMember Complex Type Complex Type

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"
             />
            <xs:attribute name="HostMember"
                type="Path"
                use="required"
             />
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

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

Send comments about this topic to Microsoft

Build date: 9/5/2007