element <qm:executiontask>
Namespace:
Type:
anonymous complexType
Content:
complex, 3 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 3 elements
Used:
XML Representation Summary
<qm:executiontask>
   
Content: 
(qm:executionworkitem | qm:suiteexecutionrecord), qm:executionstep+
</qm:executiontask>
Content model elements (3):
Included in content model of elements (1):
Known Usage Locations
Annotation
[READ-ONLY] The defination of execution task
XML Source (w/o annotations (8); see within schema source)
<xs:element name="executiontask">
<xs:complexType>
<xs:sequence>
<xs:choice>
<xs:element name="executionworkitem">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element name="suiteexecutionrecord">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
</xs:choice>
<xs:element maxOccurs="unbounded" minOccurs="1" ref="executionstep"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 3/3)
qm:executionstep
Type:
anonymous, complex content
[READ-ONLY] Contains which script to run. If it is a remote script, it can optinally contain one adapter. For suite execution record, provide execution script for all the steps in the same order as they appear in the suite
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="1" ref="executionstep"/>

qm:executionworkitem
Type:
anonymous, empty content
[READ-ONLY] Define execution work item.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="executionworkitem">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:suiteexecutionrecord
Type:
anonymous, empty content
[READ-ONLY] Define suite execution record.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="suiteexecutionrecord">
<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