Applications 复杂类型

更新:2007 年 11 月

定义一组应用程序系统的部署报告信息。此报告列出每个应用程序系统的名称、说明以及有关每个系统的其他信息。

<xs:complexType name="Applications">
    <xs:choice
        minOccurs="0"
        maxOccurs="unbounded"
    >
        <xs:element name="System"
            type="@lt:OuterSystem@lid:0ff7774d-de4a-424d-8b64-5add98d52c62"
         />
        <xs:element name="Application"
            type="@lt:Application@lid:fee5a4a7-63a5-4a37-b9b9-f239fd8472fd"
         />
    </xs:choice>
</xs:complexType>

子元素

元素

类型

说明

Application (Applications) 元素

Application 复杂类型

有关某个应用程序系统的部署报告信息。

System (Applications) 元素

OuterSystem 复杂类型

有关包含该应用程序系统的系统的部署报告信息。