RequestedServiceCollection Data Type

A collection of requested services.

Namespace
(Default)
Properties
name data type type namespace min/max occurs description
RequestedServices list of RequestedService element 0/unbounded Gets the items.

Example

<RequestedServiceCollection>
  <RequestedServices>
    <id>...</id>
    <publishedServiceId>...</publishedServiceId>
    <name>...</name>
    <description>...</description>
    <state>...</state>
    <deployedService>
      <name>...</name>
      <completionWorkflow/>
      <components/>
      <target/>
    </deployedService>
  </RequestedServices>
</RequestedServiceCollection>