DeploymentReport 复杂类型

更新:2007 年 11 月

定义部署报告。部署报告列出有关一个系统定义模型的信息,例如有关逻辑服务器系统、应用程序系统、资源以及终结点的信息。

<xs:complexType name="DeploymentReport">
    <xs:sequence>
        <xs:element name="Import"
            type="@lt:DeploymentImport@lid:969657f4-218a-463d-939b-92cc330336fd"
            minOccurs="0"
            maxOccurs="unbounded"
         />
        <xs:element name="Applications"
            type="@lt:Applications@lid:4c2ebcfc-ea01-47ce-be09-5651b5a150af"
            minOccurs="0"
            maxOccurs="1"
         />
        <xs:element name="Binding"
            type="@lt:Binding@lid:512b1b56-f203-4212-930b-fc5bc9f53b86"
            minOccurs="0"
            maxOccurs="1"
         />
        <xs:element name="LogicalServers"
            type="@lt:LogicalServers@lid:8d7c49c9-be4c-48b6-9a7b-4740135a0f64"
            minOccurs="0"
            maxOccurs="1"
         />
        <xs:element name="Errors"
            type="@lt:ErrorCollection@lid:e804eeb7-250c-4403-b60f-e6072db277ce"
            minOccurs="0"
            maxOccurs="1"
         />
    </xs:sequence>
</xs:complexType>

子元素

元素

类型

说明

Applications (DeploymentReport) 元素

Applications 复杂类型

部署报告中的一组应用程序系统。

Binding (DeploymentReport) 元素

Binding 复杂类型

一个区域与该区域中的逻辑服务器系统之间的绑定关系。

Errors (DeploymentReport) 元素

ErrorCollection 复杂类型

部署报告中的错误集合。这些错误源自系统、终结点和资源上的约束。

Import (DeploymentReport) 元素

DeploymentImport 复杂类型

由部署报告导入的 .sdm 文档的命名空间。

LogicalServers (DeploymentReport) 元素

LogicalServers 复杂类型

部署报告中的一组逻辑服务器系统。