Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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="@lt:Setting@lid:4c7dbeed-dcea-4796-855b-48a8a6029d75"
/>
<xs:choice
minOccurs="0"
maxOccurs="unbounded"
>
<xs:element name="System"
type="@lt:ReportSystem@lid:319060b1-7127-43d8-8f6c-1b9d22349401"
/>
<xs:element name="Resource"
type="@lt:ReportResource@lid:32cde6d1-69a8-4294-9ad5-c3d0cb50f03b"
/>
<xs:element name="Endpoint"
type="@lt:ReportEndpoint@lid:dbf14c11-89fb-4dd6-a5c5-5c89a5331b25"
/>
</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="@lt:Guid@lid:3c4c5c21-e8ad-4899-9005-b30a45d4e5c6"
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. |