CommunicationDefinition Complex Type Complex Type

Defines the elements used to define client and server member definitions used in communication links. The definitions are used to describe interaction between independently-deployed software elements.

<xs:complexType name="CommunicationDefinition">
    <xs:complexContent>
        <xs:extension
            base="RelationshipDefinition"
        >
            <xs:attribute name="ClientDefinition"
                type="QualifiedName"
                use="required"
             />
            <xs:attribute name="ServerDefinition"
                type="QualifiedName"
                use="required"
             />
        </xs:extension>
    </xs:complexContent>
</xs:complexType>

Attributes

Name Type Description
ClientDefinition QualifiedName

The definition of the client instance involved in the communication relationship.

ServerDefinition QualifiedName

The definition of the server instance involved in the communication relationship.

See Also

SystemDefinitionModel Schema Complex Types

Send comments about this topic to Microsoft

Build date: 9/5/2007