element <qm:jobresult> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
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:jobresult>
Content model elements (17):
alm:owner,
alm:updated,
dc:description,
dc:identifier,
dc:title,
jproc:team-area,
qm:duration,
qm:endTime,
qm:externalId,
qm:job (in qm:jobresult),
qm:labresource (in qm:jobresult),
qm:name,
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:result,
qm:startTime,
qm:state,
qm:stylesheet
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
qm:reportableArtifact (extension)
  complexType
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 (all declarations; defined within this component only; 13/17)
alm:owner
Type:
anonymous complexType, 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 complexType, 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 complexType, 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: UNKNOWN, SUCCESS, FAILED, CANCELED, and 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
[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: UNKNOWN, RUNNING, STOPPED, WAITING, CREATED, SUSPENDED, STOPPING, SUSPENDING, and 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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set