Applications Complex Type
Defines the deployment report information for a group of application systems. This report lists the name, description, and other information about each application system.
<xs:complexType name="Applications">
<xs:choice
minOccurs="0"
maxOccurs="unbounded"
>
<xs:element name="System"
type="OuterSystem"
/>
<xs:element name="Application"
type="Application"
/>
</xs:choice>
</xs:complexType>
Child Elements
Element | Type | Description |
---|---|---|
The deployment report information for an application system. |
||
The deployment report information for the system that contains the application system. |