element <qm:builddefinition> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
Content:
complex, 13 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 9 elements
Used:
never
XML Representation Summary
<qm:builddefinition>
   
Content: 
</qm:builddefinition>
Content model elements (13):
alm:owner,
alm:state,
alm:updated,
dc:creator,
dc:description,
dc:identifier,
dc:title,
jproc:team-area,
qm:buildrecord (in qm:builddefinition),
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:providerTypeId,
qm:status,
qm:stylesheet
Annotation
A build definiton defines a build that can occur of the system under test. It references the type of build provider and the resulting build records.
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  complexType
XML Source (w/o annotations (12); see within schema source)
<xs:element name="builddefinition">
<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 maxOccurs="1" minOccurs="0" name="providerTypeId" type="xs:string"/>
<xs:element maxOccurs="1" minOccurs="0" name="status" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="buildrecord">
<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; 9/13)
alm:owner
Type:
anonymous complexType, mixed content
[READ-ONLY] The contributor that owns the build definition.
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 definition.
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 definition.
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 definition.
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 definition.
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 definition.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

qm:buildrecord
Type:
anonymous complexType, empty content
A reference to the build records of build that have run based on this build definition.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="buildrecord">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

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

qm:status
Type:
xs:string, predefined, simple content
An ID or name of the current status of the build definition. 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