element <qm:executionsequenceresult> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
Content:
complex, 12 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 8 elements
Used:
never
XML Representation Summary
<qm:executionsequenceresult>
   
Content: 
</qm:executionsequenceresult>
Content model elements (12):
alm:updated,
dc:identifier,
jproc:team-area,
qm:associatedBuildRecord,
qm:endTime,
qm:executionSequence (in qm:executionsequenceresult),
qm:isRunning,
qm:overallResult,
qm:projectArea (defined in qm:reportableArtifact complexType),
qm:startTime,
qm:stepResult,
qm:stylesheet
Annotation
The reported results from running an execution sequence.
Anonymous Type Detail
Type Derivation Tree
qm:reportableArtifact (extension)
  complexType
XML Source (w/o annotations (16); see within schema source)
<xs:element name="executionsequenceresult">
<xs:complexType>
<xs:complexContent>
<xs:extension base="reportableArtifact">
<xs:sequence>
<xs:element ref="alm:updated"/>
<xs:element minOccurs="0" name="isRunning" type="xs:boolean"/>
<xs:element name="startTime" type="xs:dateTime"/>
<xs:element name="endTime" type="xs:dateTime"/>
<xs:element name="overallResult" type="xs:string"/>
<xs:element name="associatedBuildRecord">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>
<xs:element name="executionSequence">
<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="stepResult">
<xs:complexType>
<xs:attribute name="type" type="xs:string" use="required"/>
<xs:attribute name="result" type="xs:string" use="required"/>
<xs:attribute name="message" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
Content Element Detail (all declarations; defined within this component only; 8/12)
alm:updated
Type:
xs:dateTime, predefined, simple content
[READ-ONLY] The timestamp for the last time execution sequence result was updated. Format is XML dateTime.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="alm:updated"/>

qm:associatedBuildRecord
Type:
anonymous complexType, empty content
A reference to a Build Record that is associated with the run of the execution sequence.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="associatedBuildRecord">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:endTime
Type:
xs:dateTime, predefined, simple content
XML Datetime that the running of the execution sequence ended.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="endTime" type="xs:dateTime"/>

qm:executionSequence
Type:
anonymous complexType, empty content
A reference to the execution sequence that was run.
XML Source (w/o annotations (3); see within schema source)
<xs:element name="executionSequence">
<xs:complexType>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
<xs:attribute ref="vega:id"/>
</xs:complexType>
</xs:element>

qm:isRunning
Type:
xs:boolean, predefined, simple content
[READ-ONLY] An indicator that the running of the execution sequence is in progress.
XML Source (w/o annotations (1); see within schema source)
<xs:element minOccurs="0" name="isRunning" type="xs:boolean"/>

qm:overallResult
Type:
xs:string, predefined, simple content
The rolled up result of the run of the execution sequence.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="overallResult" type="xs:string"/>

qm:startTime
Type:
xs:dateTime, predefined, simple content
XML Datetime that the execution sequence started running.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="startTime" type="xs:dateTime"/>

qm:stepResult
Type:
anonymous complexType, empty content
The result of an individual step in the execution sequence.
XML Source (w/o annotations (4); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="stepResult">
<xs:complexType>
<xs:attribute name="type" type="xs:string" use="required"/>
<xs:attribute name="result" type="xs:string" use="required"/>
<xs:attribute name="message" type="xs:string" use="optional"/>
</xs:complexType>
</xs:element>

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