配置レポートに使用する、アプリケーション システムのコンテインメントに関する情報を定義します。
<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>
子要素
要素 |
型 |
説明 |
---|---|---|
システムに格納されているアプリケーションに関する情報。 |
||
アプリケーション システムを格納するシステムに関する情報。 |
属性
名前 |
型 |
説明 |
---|---|---|
Name |
string |
アプリケーション システムを格納するシステムの名前。 |