element <executionsequenceresult>
Namespace: |
|
Type: |
anonymous complexType |
Content: |
|
Defined: |
|
Includes: |
|
Used: |
never |
XML Representation Summary |
<executionsequenceresult> |
|
|
</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 name="isRunning" type="xs:boolean"/> <xs:element name="startTime" type="xs:dateTime"/> <xs:element name="endTime" type="xs:dateTime"/> <xs:complexType> <xs:attribute name="href" type="xs:anyURI" use="required"/> </xs:complexType> </xs:element> <xs:complexType> <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:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> |
Content Element Detail (defined in this component only; 8/8) -
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:complexType> </xs:element> |
-
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)
-
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"/> |
-
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:complexType> </xs:element> |
-
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"/> |
-
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)
-
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"/> |
-
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> |