element <qm:executionsequenceresult> (global)
Namespace:
Type:
anonymous complexType (extension of qm:reportableArtifact)
Content:
complex, 16 elements
Defined:
globally in qm.xsd; see XML source
Includes:
definitions of 12 elements
Used:
never
XML Representation Summary
<qm:executionsequenceresult>
   
Content: 
</qm:executionsequenceresult>
Content model elements (16):
qm:projectArea (defined in qm:reportableArtifact complexType),
Annotation
The reported results from running an execution sequence.
Anonymous Type Detail
Type Derivation Tree
  complexType
XML Source (w/o annotations (23); 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 maxOccurs="1" minOccurs="0" name="resultLabel" 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="1" minOccurs="0" name="component">
<xs:complexType>
<xs:attribute name="title" type="xs:string"/>
<xs:attribute name="href" type="xs:anyURI"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="stream">
<xs:complexType>
<xs:attribute name="title" type="xs:string"/>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>
<xs:element maxOccurs="1" minOccurs="0" name="baseline">
<xs:complexType>
<xs:attribute name="title" type="xs:string"/>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</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; 12/16)
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:baseline
Type:
anonymous complexType, empty content
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="baseline">
<xs:complexType>
<xs:attribute name="title" type="xs:string"/>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>

qm:component
Type:
anonymous complexType, empty content
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="component">
<xs:complexType>
<xs:attribute name="title" type="xs:string"/>
<xs:attribute name="href" type="xs:anyURI"/>
</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. The possible default values are: NOTSTARTED, UNKNOWN, PAUSED, IN_PROGRESS, COMPLETE, PASS, PERM_FAILED, INCOMPLETE, INCONCLUSIVE, CANCELLED, PARTIALLY_BLOCKED, DEFERRED, FAIL, ERROR and BLOCKED.
XML Source (w/o annotations (1); see within schema source)
<xs:element name="overallResult" type="xs:string"/>

qm:resultLabel
Type:
xs:string, predefined, simple content
[READ-ONLY] Display the name of the rolled up result of the run of the execution sequence. The possible default values are: Paused, In Progress, Passed, Permanently Failed, Incomplete, Inconclusive, Partially Blocked, Deferred, Failed, Error and Blocked.
XML Source (w/o annotations (1); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="resultLabel" 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>

qm:stream
Type:
anonymous complexType, empty content
XML Source (w/o annotations (2); see within schema source)
<xs:element maxOccurs="1" minOccurs="0" name="stream">
<xs:complexType>
<xs:attribute name="title" type="xs:string"/>
<xs:attribute name="href" type="xs:anyURI" use="required"/>
</xs:complexType>
</xs:element>

XML schema documentation generated with FlexDoc/XML 1.13 using FlexDoc/XML XSDDoc 2.9.5 template set