element <qm:executionsequence> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
Content:
complex, 18 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 14 elements
Used:
never
XML Representation Summary
<qm:executionsequence>
   
Content: 
</qm:executionsequence>
Content model elements (18):
alm:owner,
alm:updated,
dc:creator,
dc:description,
dc:identifier,
dc:title,
jproc:team-area,
qm:associatedBuildDefinition,
qm:channel (in qm:executionsequence),
qm:isBvt,
qm:jobscheduler (in qm:executionsequence),
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:runOnFailedBuild,
qm:scheduleStart,
qm:sequencestep,
qm:stylesheet,
qm:testcell (in qm:executionsequence),
qm:webId
Annotation
The definition of a set of builds that can be
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  complexType
XML Source (w/o annotations (23); 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:element maxOccurs="1" minOccurs="0" name="channel">
<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; 14/18)
alm:owner
Type:
anonymous complexType, 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 complexType, mixed content
[IMMUTABLE] 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 complexType, 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:channel
Type:
anonymous complexType, empty content
A reference to an associated channel.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="channel">
<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 complexType, 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 complexType, 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 complexType, 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.9.0 using DocFlex/XML XSDDoc 2.8.0 template set