次の方法で共有


ReportObject 複合型

アプリケーション システム、論理サーバー システム、エンドポイント、およびリソースに関する配置レポート情報を定義します。この型は、配置レポート情報を定義する型の基本型です。

<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>

子要素

要素

説明

Endpoint (ReportObject) 要素

ReportEndpoint 複合型

エンドポイントに関する配置レポート情報。

Resource (ReportObject) 要素

ReportResource 複合型

リソースに関する配置レポート情報。

Setting (ReportObject) 要素

Setting 複合型

設定に関する配置レポート情報。

System (ReportObject) 要素

ReportSystem 複合型

システムに関する配置レポート情報。

属性

名前

説明

Definition

string

配置レポートに記載されたオブジェクトの定義。

Extends

string

基本定義。Definition 属性は、この定義から設定を継承します。

HostedOn

string

このオブジェクトがホストされるオブジェクトに対する、インスタンス スペース内の XPath。

InstanceId

Guid 単純型

配置レポートに記載されたオブジェクトのインスタンスの GUID 識別子。

Name

string

配置レポートに記載されたオブジェクト名前。