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="@lt:OuterSystem@lid:0ff7774d-de4a-424d-8b64-5add98d52c62"
         />
        <xs:element name="Application"
            type="@lt:Application@lid:fee5a4a7-63a5-4a37-b9b9-f239fd8472fd"
         />
    </xs:choice>
</xs:complexType>

Child Elements

Element

Type

Description

Application (Applications) Element

Application Complex Type

The deployment report information for an application system.

System (Applications) Element

OuterSystem Complex Type

The deployment report information for the system that contains the application system.