Binding Complex Type

Defines the bindings between logical server systems and application systems for the deployment report.

<xs:complexType name="Binding">
    <xs:choice
        minOccurs="0"
        maxOccurs="unbounded"
    >
        <xs:element name="Zone"
            type="@lt:Zone@lid:2561b2ad-f25e-4c45-b6d5-cacc357a099a"
         />
        <xs:element name="BoundLogicalServer"
            type="@lt:BoundLogicalServer@lid:d01bb7ce-da9a-4b81-a376-913cc1f1fd5f"
         />
    </xs:choice>
</xs:complexType>

Child Elements

Element

Type

Description

BoundLogicalServer (Binding) Element

BoundLogicalServer Complex Type

A logical server that is bound to an application system.

Zone (Binding) Element

Zone Complex Type

A zone that contains logical server systems and application systems that are bound.