更新:2007 年 11 月
定义被绑定到某个应用程序系统的逻辑服务器系统的部署报告信息。此逻辑服务器系统可以包含应用程序系统和设置。
<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>
子元素
元素 |
类型 |
说明 |
---|---|---|
包含在此逻辑服务器系统中的应用程序系统。 |
||
此逻辑服务器系统的一个设置。 |
属性
名称 |
类型 |
说明 |
---|---|---|
Definition |
string |
由一个区域绑定的逻辑服务器系统的定义。 |
Extends |
string |
Definition 属性从其继承设置的基定义。 |
Name |
string |
此逻辑服务器系统的名称。 |