element <qm:executionworkitem>
Namespace:
Type:
Content:
complex, 34 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 30 elements
Used:
never
XML Representation Summary
<qm:executionworkitem>
   
Content: 
qm:projectArea, dc:identifier, jproc:team-area, qm:stylesheet, qm:webId?, dc:title, dc:description, qm:creationDate, alm:updated, alm:state, dc:creator, alm:owner, executionworkitem:frequency, executionworkitem:regression?, executionworkitem:priority, executionworkitem:weight?, qm:estimate?, qm:timeSpent?, executionworkitem:tags, executionworkitem:legacydata, executionworkitem:notes, qm:risk?, qm:testcase, (qm:testscript? | qm:remotescript?), qm:testplan?, qm:testphase?, qm:phase?, qm:configuration*, qm:currentexecutionresult?, qm:executionresult*, qm:blockingdefects*, qm:customAttributes?, qm:category*
</qm:executionworkitem>
Content model elements (34):
Annotation
A test execution record that tracks the execution of a test case.
Anonymous Type Detail
Type Derivation Tree
  complexType (extension)
XML Source (w/o annotations (55); see within schema source)
<xs:element name="executionworkitem">
<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="dc:description"/>
<xs:element maxOccurs="1" minOccurs="1" ref="creationDate"/>
<xs:element ref="alm:updated"/>
<xs:element ref="alm:state"/>
<xs:element ref="dc:creator"/>
<xs:element ref="alm:owner"/>
<xs:element ref="executionworkitem:frequency"/>
<xs:element minOccurs="0" ref="executionworkitem:regression"/>
<xs:element ref="executionworkitem:priority"/>
<xs:element minOccurs="0" ref="executionworkitem:weight"/>
<xs:element maxOccurs="1" minOccurs="0" name="estimate" type="xs:long"/>
<xs:element maxOccurs="1" minOccurs="0" name="timeSpent" type="xs:long"/>
<xs:element ref="executionworkitem:tags"/>
<xs:element ref="executionworkitem:legacydata"/>
<xs:element ref="executionworkitem:notes"/>
<xs:element maxOccurs="1" minOccurs="0" ref="risk"/>
<xs:element maxOccurs="1" minOccurs="1" name="testcase">
<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="1" minOccurs="0" name="testscript">
<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="remotescript">
<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="1" minOccurs="0" name="testplan">
<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="testphase">
<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="phase">
<xs:complexType>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="unbounded" minOccurs="0" name="configuration">
<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="currentexecutionresult">
<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="0" name="executionresult">
<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="0" name="blockingdefects">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
<xs:attribute name="summary" type="xs:string"/>
<xs:attribute name="rel" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" ref="customAttributes"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="category">
<xs:complexType>
<xs:attribute name="term" type="xs:string"/>
<xs:attribute name="value" type="xs:string"/>
<xs:attribute name="termUUID" type="xs:string"/>
<xs:attribute name="valueUUID" type="xs:string"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 30/34)
alm:owner
Type:
anonymous, mixed content
The contributor that owns the execution work item.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:owner"/>

alm:state
Type:
anonymous, mixed content
[DEPRECATED] [READ-ONLY]
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:state"/>

alm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] XML dateTime of the last update of the executionworkitem.
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 work item.
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 executionworkitem.
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 executionworkitem.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:title"/>

executionworkitem:frequency
Type:
xs:string, predefined, simple content
The number of times the test is scheduled to run.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="executionworkitem:frequency"/>

executionworkitem:legacydata
Type:
xs:string, predefined, simple content
Migrated data.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="executionworkitem:legacydata"/>

executionworkitem:notes
Type:
xs:string, predefined, simple content
Comments associated with the test execution record.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="executionworkitem:notes"/>

executionworkitem:priority
Type:
xs:string, predefined, simple content
The priority of the test. Acceptable values are: "literal.priority.101", "literal.priority.110", "literal.priority.120" and "literal.priority.130" for unassigned, low, medium and high priority respectively
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="executionworkitem:priority"/>

executionworkitem:regression
Type:
xs:boolean, predefined, simple content
[READ-ONLY] Indicator that this is a regression test.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="executionworkitem:regression"/>

executionworkitem:tags
Type:
xs:string, predefined, simple content
Search-able strings associated with the test.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="executionworkitem:tags"/>

executionworkitem:weight
Type:
xs:int, predefined, simple content
The relative weight of the test.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" ref="executionworkitem:weight"/>

qm:blockingdefects
Type:
anonymous, empty content
Link to the blocking defect for the execution work item.
XML Source (w/o annotations (5); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="blockingdefects">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
<xs:attribute name="summary" type="xs:string"/>
<xs:attribute name="rel" type="xs:string"/>
</xs:complexType>
</xs:element>

qm:category
Type:
anonymous, empty content
Category terms are provided in an attribute as is the value for that term. The category is used for query support and for sortable table views.
XML Source (w/o annotations (5); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="category">
<xs:complexType>
<xs:attribute name="term" type="xs:string"/>
<xs:attribute name="value" type="xs:string"/>
<xs:attribute name="termUUID" type="xs:string"/>
<xs:attribute name="valueUUID" type="xs:string"/>
</xs:complexType>
</xs:element>

qm:configuration
Type:
anonymous, empty content
Link to the configuration for the execution work item.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="configuration">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:creationDate
Type:
xs:dateTime, predefined, simple content
XML Source (see within schema source)
<xs:element maxOccurs="1" minOccurs="1" ref="creationDate"/>

qm:currentexecutionresult
Type:
anonymous, empty content
[READ-ONLY] Link to the current execution result for the execution work item.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="currentexecutionresult">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:customAttributes
Type:
anonymous, complex content
User defined custom attribute name/value data on this artifact.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="customAttributes"/>

qm:estimate
Type:
xs:long, predefined, simple content
Estimate in milliseconds
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="estimate" type="xs:long"/>

qm:executionresult
Type:
anonymous, empty content
[READ-ONLY] Link to the execution result for the execution work item.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="executionresult">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:phase
Type:
anonymous, empty content
[READ-ONLY] Only for Insight for backward compability.
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="phase">
<xs:complexType>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:remotescript
Type:
anonymous, empty content
Link to the remote test script for the execution work item.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="remotescript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:risk
Type:
anonymous, complex content
[READ-ONLY] An evaulation of the risk associated with the test.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" ref="risk"/>

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

qm:testphase
Type:
anonymous, empty content
Link to the testphase for the execution work item.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="testphase">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:testplan
Type:
anonymous, empty content
Link to the testplan for the execution work item.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="testplan">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:testscript
Type:
anonymous, empty content
Link to the test script for the execution work item.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="testscript">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:timeSpent
Type:
xs:long, predefined, simple content
Time spent in milliseconds
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="timeSpent" type="xs:long"/>

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