element <jobresult>
Namespace:
Type:
anonymous complexType
Content:
complex, 14 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 14 elements
Used:
never
XML Representation Summary
<jobresult>
   
Content: 
dc:identifier, dc:title, name, dc:description, alm:updated, startTime, endTime, duration, state, result, alm:owner, externalId, labresource?, job?
</jobresult>
Content model elements (14):
endTime (type xs:dateTime),
name (type xs:string),
startTime (type xs:dateTime),
state (type xs:string)
Annotation
A Job Result is a record indicating the result of a job run via the deployment system. The only service provided for Job results is GET.
XML Source (w/o annotations (19); see within schema source)
<xs:element name="jobresult">
<xs:complexType>
<xs:sequence>
<xs:element ref="dc:identifier"/>
<xs:element ref="dc:title"/>
<xs:element minOccurs="1" name="name" type="xs:string"/>
<xs:element ref="dc:description"/>
<xs:element ref="alm:updated"/>
<xs:element minOccurs="1" name="startTime" type="xs:dateTime"/>
<xs:element minOccurs="1" name="endTime" type="xs:dateTime"/>
<xs:element minOccurs="1" name="duration" type="xs:int"/>
<xs:element minOccurs="1" name="state" type="xs:string"/>
<xs:element minOccurs="1" name="result" type="xs:string"/>
<xs:element minOccurs="1" ref="alm:owner"/>
<xs:element minOccurs="1" name="externalId" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="labresource">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="job">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 14/14)
alm:owner
Type:
xs:string, predefined, simple content
The user id of the owner of the job result.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="1" ref="alm:owner"/>

alm:updated
Type:
xs:dateTime, predefined, simple content
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

dc:description
Type:
xs:string, predefined, simple content
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:description"/>

dc:identifier
Type:
xs:string, predefined, simple content
The read-only identifier for this resource. A URL is typically provided for this element.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:identifier"/>

dc:title
Type:
xs:string, predefined, simple content
A name given to the jobresult.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

duration
Type:
xs:int, predefined, simple content
The duration of the job's execution in ms.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="1" name="duration" type="xs:int"/>

endTime
Type:
xs:dateTime, predefined, simple content
The date and time that the execution of the job ended.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="1" name="endTime" type="xs:dateTime"/>

externalId
Type:
xs:string, predefined, simple content
The id of the job result in the proveder's system.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="1" name="externalId" type="xs:string"/>

job
Type:
anonymous, empty content
A link to a job. The href attribute of this element is a URI or a UUID pointing to the job.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="job">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

labresource
Type:
anonymous, empty content
A link to a lab resource. The href attribute of this element is a URI or a UUID pointing to the lab resource.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="labresource">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

name
Type:
xs:string, predefined, simple content
The name of the job result.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="1" name="name" type="xs:string"/>

result
Type:
xs:string, predefined, simple content
The result of the job's execution. Possible values are: [UNKNOWN, SUCCESS, FAILED, CANCELED, WAITING].
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="1" name="result" type="xs:string"/>

startTime
Type:
xs:dateTime, predefined, simple content
The date and time that the execution of the job began.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="1" name="startTime" type="xs:dateTime"/>

state
Type:
xs:string, predefined, simple content
The state of the job's execution. Possible values are [UNKNOWN, RUNNING, STOPPED, WAITING, CREATED, SUSPENDED, STARTING, STOPPING, SUSPENDING, RESUMING].
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="1" name="state" type="xs:string"/>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set