element <qm:executionelementresult> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
Content:
complex, 21 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 17 elements
Used:
never
XML Representation Summary
<qm:executionelementresult>
   
Content: 
</qm:executionelementresult>
Content model elements (21):
alm:updated,
dc:identifier,
jproc:team-area,
qm:actualResult,
qm:comment (type xs:string),
qm:compare,
qm:creationDate,
qm:defect (in qm:executionelementresult),
qm:description (in qm:executionelementresult),
qm:endtime,
qm:executionResult,
qm:expectedResult (in qm:executionelementresult),
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:properties (in qm:executionelementresult),
qm:result,
qm:starttime,
qm:stepAttachment,
qm:stepIndex,
qm:stepType,
qm:stylesheet,
qm:uuid
Annotation
The results of an execution step.
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  complexType
XML Source (w/o annotations (23); see within schema source)
<xs:element name="executionelementresult">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element name="uuid" type="xs:string"/>
<xs:element name="description">
<xs:complexType mixed="true">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="1" ref="creationDate"/>
<xs:element ref="alm:updated"/>
<xs:element name="properties">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="property">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="propertyName" type="xs:string"/>
<xs:attribute name="propertyValue" type="xs:string"/>
<xs:attribute name="propertyType" type="xs:string"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="starttime" type="xs:dateTime"/>
<xs:element maxOccurs="1" minOccurs="0" name="endtime" type="xs:dateTime"/>
<xs:element maxOccurs="1" minOccurs="1" name="result" type="xs:string"/>
<xs:element name="expectedResult">
<xs:complexType mixed="true">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="actualResult">
<xs:complexType mixed="true">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<xs:element name="stepType" type="xs:string"/>
<xs:element name="comment" type="xs:string"/>
<xs:element name="compare" type="xs:string"/>
<xs:element maxOccurs="unbounded" minOccurs="0" name="stepAttachment">
<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="defect">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute name="rel" type="xs:string"/>
<xs:attribute name="summary" type="xs:string"/>
</xs:complexType>
</xs:element>
<xs:element name="stepIndex" type="xs:int"/>
<xs:element name="executionResult" type="xs:anyURI"/>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 17/21)
alm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] The last modification date of this resource. Format is XML dateTime.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

qm:actualResult
Type:
anonymous complexType, mixed content
XML Source (w/o annotations (1); see within schema source)
<xs:element name="actualResult">
<xs:complexType mixed="true">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>

qm:comment
Type:
xs:string, predefined, simple content
[READ-ONLY] Any comment about the step.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="comment" type="xs:string"/>

qm:compare
Type:
xs:string, predefined, simple content
[READ-ONLY] Compare data of the step execution e.g. a:b
XML Source (w/o annotations (1); see within schema source)
<xs:element name="compare" type="xs:string"/>

qm:creationDate
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] The creation date for this resource. Format is XML dateTime.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" ref="creationDate"/>

qm:defect
Type:
anonymous complexType, empty content
[READ-ONLY] The defect accociated with the test.
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="defect">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute name="rel" type="xs:string"/>
<xs:attribute name="summary" type="xs:string"/>
</xs:complexType>
</xs:element>

qm:description
Type:
anonymous complexType, mixed content
XML Source (w/o annotations (1); see within schema source)
<xs:element name="description">
<xs:complexType mixed="true">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>

qm:endtime
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] XML datetime for the end of this step result.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="endtime" type="xs:dateTime"/>

qm:executionResult
Type:
xs:anyURI, predefined, simple content
[READ-ONLY] The URL of the execution result that this step result belongs to.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="executionResult" type="xs:anyURI"/>

qm:expectedResult
Type:
anonymous complexType, mixed content
XML Source (w/o annotations (1); see within schema source)
<xs:element name="expectedResult">
<xs:complexType mixed="true">
<xs:sequence>
<xs:any maxOccurs="unbounded" minOccurs="0" namespace="http://www.w3.org/1999/xhtml" processContents="skip"/>
</xs:sequence>
</xs:complexType>
</xs:element>

qm:properties
Type:
anonymous complexType, complex content
[READ-ONLY] The properties of this step result.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="properties">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" name="property">
<xs:complexType>
<xs:simpleContent>
<xs:extension base="xs:string">
<xs:attribute name="propertyName" type="xs:string"/>
<xs:attribute name="propertyValue" type="xs:string"/>
<xs:attribute name="propertyType" type="xs:string"/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>

qm:result
Type:
xs:string, predefined, simple content
[READ-ONLY] The state of the step. Permissible values are those allowed on the execution result state.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="1" name="result" type="xs:string"/>

qm:starttime
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] XML datetime for the beginning of this step result.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="starttime" type="xs:dateTime"/>

qm:stepAttachment
Type:
anonymous complexType, empty content
[READ-ONLY] An absolute URL to an attachment that is associated to the execution step result.
XML Source (w/o annotations (3); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="stepAttachment">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:stepIndex
Type:
xs:int, predefined, simple content
[READ-ONLY] The one-based order index of this step result within a group of step results in its parent execution result.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="stepIndex" type="xs:int"/>

qm:stepType
Type:
xs:string, predefined, simple content
[READ-ONLY] The type of the step. This is required if stepResultItemId is not mentioned.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="stepType" type="xs:string"/>

qm:uuid
Type:
xs:string, predefined, simple content
[READ-ONLY] The UUID of the execution step result.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="uuid" type="xs:string"/>

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