element <qm:executionsequence>
Namespace:
Type:
Content:
complex, 17 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 13 elements
Used:
never
XML Representation Summary
<qm:executionsequence>
   
Content: 
qm:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, qm:webId?, dc:title, alm:updated, dc:description, dc:creator, alm:owner, qm:isBvt?, qm:runOnFailedBuild?, qm:scheduleStart?, qm:associatedBuildDefinition, qm:jobscheduler, qm:sequencestep+, qm:testcell?
</qm:executionsequence>
Content model elements (17):
Annotation
The definition of a set of builds that can be
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (20); see within schema source)
<xs:element name="executionsequence">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/>
<xs:element ref="dc:title"/>
<xs:element ref="alm:updated"/>
<xs:element ref="dc:description"/>
<xs:element ref="dc:creator"/>
<xs:element ref="alm:owner"/>
<xs:element minOccurs="0" name="isBvt" type="xs:boolean"/>
<xs:element minOccurs="0" name="runOnFailedBuild" type="xs:boolean"/>
<xs:element minOccurs="0" name="scheduleStart" type="xs:dateTime"/>
<xs:element name="associatedBuildDefinition">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element name="jobscheduler">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="1" ref="sequencestep"/>
<xs:element maxOccurs="1" minOccurs="0" name="testcell">
<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; 13/17)
alm:owner
Type:
anonymous, mixed content
The contributor that owns the execution sequence.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:owner"/>

alm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] The timestamp for the last time execution sequence was updated. Format is XML dateTime.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

dc:creator
Type:
anonymous, mixed content
The contributor that created the execution sequence.
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 execution sequence.
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 execution sequence.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

qm:associatedBuildDefinition
Type:
anonymous, empty content
A reference to an associated Build Definition.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="associatedBuildDefinition">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:isBvt
Type:
xs:boolean, predefined, simple content
[READ-ONLY] Indicates that this is a Build Verification Test.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="isBvt" type="xs:boolean"/>

qm:jobscheduler
Type:
anonymous, empty content
[READ-ONLY] Reference to an associated Job Scheduler
XML Source (w/o annotations (3); see within schema source)
<xs:element name="jobscheduler">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:runOnFailedBuild
Type:
xs:boolean, predefined, simple content
[READ-ONLY] Indicates that the test should run even if the build fails.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="runOnFailedBuild" type="xs:boolean"/>

qm:scheduleStart
Type:
xs:dateTime, predefined, simple content
XML Datetime that the test is scheduled to start.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="scheduleStart" type="xs:dateTime"/>

qm:sequencestep
Type:
anonymous, complex content
Steps in the execution sequence.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="1" ref="sequencestep"/>

qm:testcell
Type:
anonymous, empty content
A reference to an associated test cell.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="testcell">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:webId
Type:
xs:int, predefined, simple content
[READ-ONLY] Integer ID as seen in the web UI.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="webId" type="xs:int"/>

XML schema documentation generated with DocFlex/XML RE 1.7.2 using DocFlex/XML XSDDoc 2.1.0 template set