CommunicationDefinition complex type [SDM]

 
Platform SDK: System Definition Model Overview

CommunicationDefinition Complex Type

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

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"
             />
ClientDefinition
The definition of the client instance involved in the communication relationship.
<xs:attribute name="ServerDefinition" type="QualifiedName" use="required" />
ServerDefinition
The definition of the server instance involved in the communication relationship.
</xs:extension> </xs:complexContent> </xs:complexType>
CommunicationDefinition
Defines client and server definitions used in communication links.

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

  
  Last updated: June 2005  |  What did you think of this topic?  |  Order a Platform SDK CD
  © Microsoft Corporation. All rights reserved. Terms of use.