ReportObject Complex Type
Defines the deployment report information for application systems, logical server systems, endpoints, and resources. This type is a base type for types that define deployment report information.
<xs:complexType name="ReportObject">
<xs:sequence
minOccurs="0"
maxOccurs="unbounded"
>
<xs:element name="Setting"
type="Setting"
/>
<xs:choice
minOccurs="0"
maxOccurs="unbounded"
>
<xs:element name="System"
type="ReportSystem"
/>
<xs:element name="Resource"
type="ReportResource"
/>
<xs:element name="Endpoint"
type="ReportEndpoint"
/>
</xs:choice>
</xs:sequence>
<xs:attribute name="Name"
type="string"
use="required"
/>
<xs:attribute name="Definition"
type="string"
use="required"
/>
<xs:attribute name="Extends"
type="string"
use="required"
/>
<xs:attribute name="InstanceId"
type="Guid"
use="required"
/>
<xs:attribute name="HostedOn"
type="string"
use="optional"
/>
</xs:complexType>
Child Element
Element | Type | Description |
---|---|---|
Deployment report information about an endpoint. |
||
Deployment report information about a resource. |
||
Deployment report information about a setting. |
||
Deployment report information about a system. |
Attributes
Name | Type | Description |
---|---|---|
Definition |
string |
The definition of the object in the deployment report. |
Extends |
string |
The base definition from which the Definition attribute inherits settings. |
HostedOn |
string |
XPath in the instance space to the object on which this object is hosted. |
InstanceId |
The GUID identifier for the instance of the object in the deployment report. |
|
Name |
string |
The name of the object in the deployment report. |