deviceJobExecutionsResult Data Type

Namespace
http://eurotech.com/edc/2.0
Schema
edc.xsd
Properties
name data type type namespace min/max occurs constraints description
deviceJobExecution list of deviceJobExecution element edc 0/unbounded    
limitExceeded boolean element edc 1/1 required  

Example

<deviceJobExecutionsResult xmlns="http://eurotech.com/edc/2.0">
  <deviceJobExecution>
    <status>...</status>
    <accountId>...</accountId>
    <jobId>...</jobId>
    <executionId>...</executionId>
    <startedOn>...</startedOn>
    <endedOn>...</endedOn>
    <log>...</log>
    <optlock>...</optlock>
  </deviceJobExecution>
  <limitExceeded>...</limitExceeded>
</deviceJobExecutionsResult>