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

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

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

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

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

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