Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the deployment report information about a logical server system that is bound to an application system. This logical server system can contain application systems and settings.
<xs:complexType name="BoundLogicalServer">
<xs:sequence
minOccurs="0"
maxOccurs="unbounded"
>
<xs:element name="Setting"
type="@lt:Setting@lid:4c7dbeed-dcea-4796-855b-48a8a6029d75"
/>
<xs:element name="Application"
type="@lt:Application@lid:fee5a4a7-63a5-4a37-b9b9-f239fd8472fd"
/>
</xs:sequence>
<xs:attribute name="Name"
type="string"
use="required"
/>
<xs:attribute name="Definition"
type="string"
use="required"
/>
<xs:attribute name="Extends"
type="string"
use="required"
/>
</xs:complexType>
Child Elements
Element |
Type |
Description |
---|---|---|
An application system contained in the logical server system. |
||
A setting for the logical server system. |
Attributes
Name |
Type |
Description |
---|---|---|
Definition |
string |
The definition of the logical server system bound by a zone. |
Extends |
string |
The base definition from which the Definition attribute inherits settings. |
Name |
string |
The name of the logical server system. |