element <qm:buildrecord> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
Content:
complex, 14 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 10 elements
Used:
never
XML Representation Summary
<qm:buildrecord>
   
Content: 
</qm:buildrecord>
Content model elements (14):
alm:owner,
alm:state,
alm:updated,
dc:creator,
dc:description,
dc:identifier,
dc:title,
jproc:team-area,
qm:endtime,
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:providerTypeId,
qm:starttime,
qm:status,
qm:stylesheet
Annotation
The record for a specific build the of the system under test.
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  complexType
XML Source (w/o annotations (11); see within schema source)
<xs:element name="buildrecord">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element ref="dc:title"/>
<xs:element ref="dc:description"/>
<xs:element ref="alm:updated"/>
<xs:element ref="alm:state"/>
<xs:element ref="dc:creator"/>
<xs:element ref="alm:owner"/>
<xs:element name="starttime" type="xs:dateTime"/>
<xs:element name="endtime" type="xs:dateTime"/>
<xs:element maxOccurs="1" minOccurs="0" name="status" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="providerTypeId" type="xs:string"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 10/14)
alm:owner
Type:
anonymous complexType, mixed content
[READ-ONLY] The contributor that owns the build record.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:owner"/>

alm:state
Type:
anonymous complexType, mixed content
An ID or name of the current state of the build record. Valid states include: com.ibm.rqm.buildintegration.buildstate.complete, com.ibm.rqm.buildintegration.buildstate.running, com.ibm.rqm.buildintegration.buildstate.queued, com.ibm.rqm.buildintegration.buildstate.cancelled, com.ibm.rqm.buildintegration.buildstate.inprogress, com.ibm.rqm.buildintegration.buildstate.notstarted, and com.ibm.rqm.buildintegration.buildstate.incomplete
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:state"/>

alm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] XML dateTime of the last update of the build record.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

dc:creator
Type:
anonymous complexType, mixed content
[READ-ONLY] The contributor that created the build record.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:creator"/>

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

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

qm:endtime
Type:
xs:dateTime, predefined, simple content
XML Datetime for the end of the build.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="endtime" type="xs:dateTime"/>

qm:providerTypeId
Type:
xs:string, predefined, simple content
The ID for the type of the provider.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="providerTypeId" type="xs:string"/>

qm:starttime
Type:
xs:dateTime, predefined, simple content
XML Datetime for the start of the build.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="starttime" type="xs:dateTime"/>

qm:status
Type:
xs:string, predefined, simple content
An ID or name of the current status of the build record. Valid statuses include: com.ibm.rqm.buildintegration.buildstatus.ok, com.ibm.rqm.buildintegration.buildstatus.info, com.ibm.rqm.buildintegration.buildstatus.warning, com.ibm.rqm.buildintegration.buildstatus.error, and com.ibm.rqm.buildintegration.buildstatus.inprogress
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="status" type="xs:string"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set