http://www.endeca.com/MDEX/admin/1/0
The Job Complex Type
Element representing a running job. Contains information such as when the job started processing and the job type.
Local elements (4)
jobType queuedTime isRunning isCanceled
Complex Type Job
The Job type does not allow mixed content. There is no restriction on type derivation. 
 CollapseClick here to hide comment XML Instance
<... jobId="unsignedInt">
-Begin Sequence [1...1]
<jobType>string</jobType> [1..1]
<queuedTime>dateTime</queuedTime> [1..1]
<isRunning>boolean</isRunning> [1..1]
<isCanceled>boolean</isCanceled> [1..1]
End Sequence
</...>

 Collapse Attributes

Name Type Summary
jobId unsignedInt
This attribute is optional. Its form is unqualified.
Show details. Click here to see detail
 

 Collapse XML
-<complexType  name="Job">
-<annotation>
<documentation> Element representing a running job. Contains information such as when the job started processing and the job type. </documentation>
</annotation>
-<sequence>
<element  name="jobType"  type="string" />
<element  name="queuedTime"  type="dateTime" />
<element  name="isRunning"  type="boolean" />
<element  name="isCanceled"  type="boolean" />
</sequence>
<attribute  name="jobId"  type="unsignedInt" />
</complexType>

 Collapse Uses
 Collapse Type (4)
 
 Collapse Used-By
 Collapse Element (1)
 
Generated by WSDLdoc ©