element <executionsequence>
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
<executionsequence>
   
Content: 
dc:identifier, dc:title, dc:description, dc:creator, alm:owner, isBvt, runOnFailedBuild, scheduleStart, associatedBuildDefinition, testcell?
</executionsequence>
Content model elements (10):
Annotation
The definition of a set of builds that can be
XML Source (w/o annotations (15); see within schema source)
<xs:element name="executionsequence">
<xs:complexType>
<xs:sequence>
<xs:element ref="dc:identifier"/>
<xs:element ref="dc:title"/>
<xs:element ref="dc:description"/>
<xs:element ref="dc:creator"/>
<xs:element ref="alm:owner"/>
<xs:element name="isBvt" type="xs:boolean"/>
<xs:element name="runOnFailedBuild" type="xs:boolean"/>
<xs:element 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 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: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 execution sequence.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:owner"/>

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>

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

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

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

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 name="scheduleStart" type="xs:dateTime"/>

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>

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