Sdílet prostřednictvím


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="Zone"
         />
        <xs:element name="BoundLogicalServer"
            type="BoundLogicalServer"
         />
    </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.