共用方式為


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

包含應用程式系統的系統名稱。