element <qm:builddefinition>
Namespace:
Type:
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:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, dc:title, dc:description, alm:updated, alm:state, dc:creator, alm:owner, qm:providerTypeId?, qm:status?, qm:buildrecord*
</qm:builddefinition>
Content model elements (13):
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
  complexType (extension)
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 (defined in this component only; 9/13)
alm:owner
Type:
anonymous, 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, 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, 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, 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
The state of the build definition.
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