element <qm:jobresult>
Namespace:
Type:
Content:
complex, 15 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 14 elements
Used:
never
XML Representation Summary
<qm:jobresult>
   
Content: 
qm:projectArea, dc:identifier, dc:title, qm:name, dc:description, alm:updated, qm:startTime, qm:endTime, qm:duration?, qm:state, qm:result, alm:owner, qm:externalId, qm:labresource?, qm:job?
</qm:jobresult>
Content model elements (15):
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.
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (19); see within schema source)
<xs:element name="jobresult">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<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="0" 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:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 14/15)
alm:owner
Type:
anonymous, mixed content
The contributor that owns 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"/>

qm: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="0" name="duration" type="xs:int"/>

qm: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"/>

qm: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"/>

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

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

qm: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"/>

qm: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"/>

qm: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"/>

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