CommunicationMember Complex Type Complex Type

Defines the paths to two endpoint members (client and server) used in a communication relationship in an SDM member definition.

<xs:complexType name="CommunicationMember">
    <xs:complexContent>
        <xs:extension
            base="RelationshipMember"
        >
            <xs:attribute name="ClientMember"
                type="Path"
                use="required"
             />
            <xs:attribute name="ServerMember"
                type="Path"
                use="required"
             />
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

Attributes

Name Type Description
ClientMember Path

Identifies the client member of the relationship. The client member must be a member of an immediate system member in an SDM definition.

ServerMember Path

Identifies the server member of the relationship. The server member must be a member of an immediate system member in an SDM definition.

See Also

SystemDefinitionModel Schema Complex Types

Send comments about this topic to Microsoft

Build date: 9/5/2007