element <qm:buildrecord>
Namespace:
Type:
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:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, dc:title, dc:description, alm:updated, alm:state, dc:creator, alm:owner, qm:starttime, qm:endtime, qm:status?, qm:providerTypeId?
</qm:buildrecord>
Content model elements (14):
qm:endtime (type xs:dateTime),
qm:projectArea (type anonymous),
qm:providerTypeId (type xs:string),
qm:starttime (type xs:dateTime),
qm:status (type xs:string),
qm:stylesheet (type anonymous)
Annotation
The record for a specific build the of the system under test.
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
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 (defined in this component only; 10/14)
alm:owner
Type:
anonymous, 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, mixed content
An ID or name of the current state of the build record. Valid states for RTC build integration include: <ul><li>com.ibm.rqm.buildintegration.buildstate.complete</li><li>com.ibm.rqm.buildintegration.buildstate.running</li><li>com.ibm.rqm.buildintegration.buildstate.queued</li><li>com.ibm.rqm.buildintegration.buildstate.cancelled</li></ul>
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, 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
The status ID of the build.
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.7.2 using DocFlex/XML XSDDoc 2.1.0 template set