element <executionworkitem>
Namespace:
Type:
anonymous complexType
Content:
complex, 24 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 24 elements
Used:
never
XML Representation Summary
<executionworkitem>
   
Content: 
dc:identifier, dc:title, dc:description, alm:updated, alm:state, dc:creator, alm:owner, executionworkitem:frequency, executionworkitem:regression, executionworkitem:priority, executionworkitem:weight, executionworkitem:tags, executionworkitem:legacydata, executionworkitem:notes, risk?, testcase, testscript?, testplan?, phase?, testphase?, configuration*, currentexecutionresult?, executionresult*, blockingdefects*
</executionworkitem>
Content model elements (24):
Annotation
A test execution record that tracks the execution of a test case.
XML Source (w/o annotations (43); see within schema source)
<xs:element name="executionworkitem">
<xs:complexType>
<xs:sequence>
<xs:element ref="dc:identifier"/>
<xs:element ref="dc:title"/>
<xs:element ref="dc:description"/>
<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 ref="executionworkitem:regression"/>
<xs:element ref="executionworkitem:priority"/>
<xs:element ref="executionworkitem:weight"/>
<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: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="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="phase">
<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="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:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 24/24)
alm:owner
Type:
xs:string, predefined, simple content
The contributor who owns the executionworkitem.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:owner"/>

alm:state
Type:
xs:string, predefined, simple content
** Depricated **
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:state"/>

alm:updated
Type:
xs:dateTime, predefined, simple content
XML dateTime of the last update of the executionworkitem.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

blockingdefects
Type:
anonymous, empty content
Link to the blocking defect for the execution work item.
XML Source (w/o annotations (3); 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:complexType>
</xs:element>

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>

currentexecutionresult
Type:
anonymous, empty content
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>

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

executionresult
Type:
anonymous, empty content
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>

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 importance of the test.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="executionworkitem:priority"/>

executionworkitem:regression
Type:
xs:boolean, predefined, simple content
Indicator that this is a regression test.
XML Source (w/o annotations (1); see within schema source)
<xs:element 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 ref="executionworkitem:weight"/>

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

risk
Type:
anonymous, complex content
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"/>

testcase
Type:
anonymous, empty content
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>

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>

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>

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>

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