element <qm:executionworkitem> (local)
Namespace:
Type:
anonymous complexType (extension of qm:abstract-executionworkitem)
Content:
complex, 2 attributes, 37 elements
Defined:
Includes:
definitions of 2 attributes
XML Representation Summary
<qm:executionworkitem
   
 = 
xs:anyURI
 = 
xs:string
   
>
   
Content: 
</qm:executionworkitem>
Content model elements (37):
alm:owner,
alm:state,
alm:updated,
dc:creator,
dc:description,
dc:identifier,
dc:title,
executionworkitem:frequency,
executionworkitem:legacydata,
executionworkitem:notes,
executionworkitem:priority,
executionworkitem:regression,
executionworkitem:tags,
executionworkitem:weight,
jproc:team-area,
qm:blockingdefects,
qm:category (defined in qm:abstract-executionworkitem complexType),
qm:configuration (defined in qm:abstract-executionworkitem complexType),
qm:creationDate,
qm:currentexecutionresult,
qm:customAttributes,
qm:estimate,
qm:executionresult (defined in qm:abstract-executionworkitem complexType),
qm:lastfailedexecutionresult,
qm:lastpassedexecutionresult,
qm:phase,
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:remotescript (defined in qm:abstract-executionworkitem complexType),
qm:risk,
qm:runsOnDeployment,
qm:stylesheet,
qm:testcase (defined in qm:abstract-executionworkitem complexType),
qm:testphase (defined in qm:abstract-executionworkitem complexType),
qm:testplan (defined in qm:abstract-executionworkitem complexType),
qm:testscript (defined in qm:abstract-executionworkitem complexType),
qm:timeSpent,
qm:webId
Included in content model of elements (1):
qm:executionresult
Annotation
[IMMUTABLE] The test case execution record that was executed. Specify either a reference to an existing TCER, a new TCER to be created, or updates that should be made to an existing TCER. References should be specified with an absolute URL that uniquely identifies the TCER as the value of the "href" attribute. To create or update a TCER, specify the details of the change as you would when directly invoking the executionworkitem API with the URL as the value for the "identifier" element.
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
      complexType
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="executionworkitem">
<xs:complexType>
<xs:complexContent>
<xs:extension base="abstract-executionworkitem">
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Attribute Detail (all declarations; defined within this component only; 2/2)
href
Type:
xs:anyURI, predefined
Use:
required
The URL of the test execution record.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="href" type="xs:anyURI" use="required"/>

vega:id
Type:
xs:string, predefined
Use:
optional
[READ-ONLY] UUID of the test execution record.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="vega:id"/>

XML schema documentation generated with DocFlex/XML RE 1.9.0 using DocFlex/XML XSDDoc 2.8.0 template set