更新:2007 年 11 月
定義應用程式系統、邏輯伺服器系統、端點及資源的部署報告資訊。這個型別是定義部署報告資訊的型別之基底型別。
<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>
子項目
項目 |
型別 |
描述 |
|---|---|---|
與端點相關的部署報告資訊。 |
||
與資源相關的部署報告資訊。 |
||
與設定相關的部署報告資訊。 |
||
與系統相關的部署報告資訊。 |
屬性
名稱 |
型別 |
描述 |
|---|---|---|
Definition |
string |
部署報告內物件的定義。 |
Extends |
string |
基礎定義,Definition 屬性自其繼承設定。 |
HostedOn |
string |
執行個體空間中,裝載此物件之物件的 XPath。 |
InstanceId |
部署報告內物件之執行個體的 GUID 識別項。 |
|
Name |
string |
部署報告內物件的名稱。 |