CommunicationDefinition Complex Type Complex Type

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

  • 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

Send comments about this topic to Microsoft

Build date: 10/2/2007