DeploymentReport Complex Type
Defines a deployment report. A deployment report lists information about a System Definition Model, such as information about logical server systems, application systems, resources, and endpoints.
<xs:complexType name="DeploymentReport">
<xs:sequence>
<xs:element name="Import"
type="@lt:DeploymentImport@lid:969657f4-218a-463d-939b-92cc330336fd"
minOccurs="0"
maxOccurs="unbounded"
/>
<xs:element name="Applications"
type="@lt:Applications@lid:4c2ebcfc-ea01-47ce-be09-5651b5a150af"
minOccurs="0"
maxOccurs="1"
/>
<xs:element name="Binding"
type="@lt:Binding@lid:512b1b56-f203-4212-930b-fc5bc9f53b86"
minOccurs="0"
maxOccurs="1"
/>
<xs:element name="LogicalServers"
type="@lt:LogicalServers@lid:8d7c49c9-be4c-48b6-9a7b-4740135a0f64"
minOccurs="0"
maxOccurs="1"
/>
<xs:element name="Errors"
type="@lt:ErrorCollection@lid:e804eeb7-250c-4403-b60f-e6072db277ce"
minOccurs="0"
maxOccurs="1"
/>
</xs:sequence>
</xs:complexType>
Child Elements
Element |
Type |
Description |
---|---|---|
A group of application systems in the deployment report. |
||
The binding relationship between a zone and the logical server system within the zone. |
||
A collection of errors in the deployment report. The errors come from the constraints on systems, endpoints, and resources. |
||
The namespace of a .sdm document imported by the deployment report. |
||
A group of logical server systems in the deployment report. |