element <builddefinition>
Namespace:
Type:
anonymous complexType
Content:
complex, 10 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 10 elements
Used:
never
XML Representation Summary
<builddefinition>
   
Content: 
dc:identifier, dc:title, dc:description, alm:updated, alm:state, dc:creator, alm:owner, providerTypeId?, status?, buildrecord*
</builddefinition>
Content model elements (10):
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.
XML Source (w/o annotations (13); see within schema source)
<xs:element name="builddefinition">
<xs:complexType>
<xs:sequence>
<xs:element ref="dc:identifier"/>
<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:complexType>
</xs:element>
Content Element Detail (defined in this component only; 10/10)
alm:owner
Type:
xs:string, predefined, simple content
The contributor who owns the build definition.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:owner"/>

alm:state
Type:
xs:string, predefined, simple 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
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"/>

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>

dc:creator
Type:
xs:string, predefined, simple content
n entity primarily responsible for making 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:identifier
Type:
xs:string, predefined, simple content
An unambiguous reference to the build definition within a given context.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:identifier"/>

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"/>

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"/>

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