element <executionsequenceresult>
Namespace:
Type:
anonymous complexType
Content:
complex, 8 elements
Defined:
globally in qm.xsd, see XML source
Includes:
definitions of 8 elements
Used:
never
XML Representation Summary
<executionsequenceresult>
   
Content: 
dc:identifier, isRunning, startTime, endTime, overallResult, associatedBuildRecord, executionSequence, stepResult*
</executionsequenceresult>
Content model elements (8):
Annotation
The reported results from running an execution sequence.
XML Source (w/o annotations (15); see within schema source)
<xs:element name="executionsequenceresult">
<xs:complexType>
<xs:sequence>
<xs:element ref="dc:identifier"/>
<xs:element 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:complexType>
</xs:element>
</xs:sequence>
</xs:complexType>
</xs:element>
Content Element Detail (defined in this component only; 8/8)
associatedBuildRecord
Type:
anonymous, 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>

dc:identifier
Type:
xs:string, predefined, simple content
An unambiguous reference to the execution sequence result within a given context.
XML Source (w/o annotations (1); see within schema source)
<xs:element ref="dc:identifier"/>

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"/>

executionSequence
Type:
anonymous, 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>

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

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"/>

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"/>

stepResult
Type:
anonymous, empty content
The result of an individual step in the execution sequence.
XML Source (w/o annotations (3); 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:complexType>
</xs:element>

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