更新: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 |
部署报告中的对象的名称。 |