更新: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>
子元素
元素 |
类型 |
说明 |
---|---|---|
有关由另一个系统包容的应用程序系统的信息。 |
||
有关包容一个应用程序系统的系统的信息。 |
属性
名称 |
类型 |
说明 |
---|---|---|
Name |
string |
包容应用程序系统的系统的名称。 |