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 |
---|---|---|
A logical server that is bound to an application system. |
||
A zone that contains logical server systems and application systems that are bound. |