OuterSystem Complex Type
Defines the information about a system's containment of an application system for a deployment report.
<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>
Child Elements
Element |
Type |
Description |
---|---|---|
Information about an application system that is contained by a system. |
||
Information about a system that contains an application system. |
Attributes
Name |
Type |
Description |
---|---|---|
Name |
string |
The name of the system that contains the application system. |