次の方法で共有


OuterSystem 複合型

配置レポートに使用する、アプリケーション システムのコンテインメントに関する情報を定義します。

<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

アプリケーション システムを格納するシステムの名前。