HostingMember Complex Type Complex Type

HostingMember 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" />

  • 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

Send comments about this topic to Microsoft

Build date: 10/2/2007