OuterSystem 复杂类型

更新:2007 年 11 月

为部署报告定义有关一个应用程序系统被另一个系统包容的信息。

<xs:complexType name="OuterSystem">
    <xs:choice
        minOccurs="0"
        maxOccurs="unbounded"
    >
        <xs:element name="System"
            type="OuterSystem"
         />
        <xs:element name="Application"
            type="@lt:Application@lid:fee5a4a7-63a5-4a37-b9b9-f239fd8472fd"
         />
    </xs:choice>
    <xs:attribute name="Name"
        type="string"
        use="required"
     />
</xs:complexType>

子元素

元素

类型

说明

Application (OuterSystem) 元素

Application 复杂类型

有关由另一个系统包容的应用程序系统的信息。

System (OuterSystem) 元素

OuterSystem 复杂类型

有关包容一个应用程序系统的系统的信息。

属性

名称

类型

说明

Name

string

包容应用程序系统的系统的名称。