次の方法で共有


Applications 複合型

アプリケーション システムのグループに関する配置レポート情報を定義します。このレポートには、各アプリケーション システムの名前や説明などの情報が一覧表示されます。

<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 複合型

アプリケーション システムを含むシステムに関する配置レポート情報。