element <qm:jobresult>
Namespace:
Type:
Content:
complex, 17 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 13 elements
Used:
never
XML Representation Summary
<qm:jobresult>
   
Content: 
qm:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, 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 (17):
Annotation
[READ-ONLY] 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 (18); see within schema source)
<xs:element name="jobresult">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<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; 13/17)
alm:owner
Type:
anonymous, mixed content
[READ-ONLY] 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
[READ-ONLY] XML dateTime of the last update of the jobresult.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

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

dc:title
Type:
xs:string, predefined, simple content
[READ-ONLY] 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
[READ-ONLY] 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
[READ-ONLY] 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
[READ-ONLY] 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
[READ-ONLY] 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
[READ-ONLY] 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
[READ-ONLY] 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
[READ-ONLY] The result of the job's execution. Possible values are: <ul><li>UNKNOWN</li><li>SUCCESS</li><li>FAILED</li><li>CANCELED</li><li>WAITING</li></ul>
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
[READ-ONLY] 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
[READ-ONLY] The state of the job's execution. Possible values are: <ul><li>UNKNOWN</li><li>RUNNING</li><li>STOPPED</li><li>WAITING</li><li>CREATED</li><li>SUSPENDED</li><li>STOPPING</li><li>SUSPENDING</li><li>RESUMING</li></ul>
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