element <stepResult>
Namespace:
Type:
anonymous complexType
Content:
complex, 5 attributes, 1 element
Defined:
locally within element stepResults in qm.xsd, see XML source
Includes:
definitions of 5 attributes and 1 element
XML Representation Summary
<stepResult
    actualResult
 = 
xs:string
    endTime
 = 
xs:long
    result
 = 
xs:string
    startTime
 = 
xs:long
    vega:id
 = 
xs:string
    >
   
Content: 
properties
</stepResult>
Content model elements (1):
Included in content model of elements (1):
Annotation
The results of a step.
XML Source (w/o annotations (6); see within schema source)
<xs:element maxOccurs="unbounded" minOccurs="0" name="stepResult">
<xs:complexType>
<xs:sequence>
<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:sequence>
<xs:attribute name="startTime" type="xs:long"/>
<xs:attribute name="endTime" type="xs:long"/>
<xs:attribute name="result" type="xs:string" use="required"/>
<xs:attribute ref="vega:id"/>
<xs:attribute name="actualResult" type="xs:string"/>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 5/5)
actualResult
Type:
xs:string, predefined
Use:
optional
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:attribute name="actualResult" type="xs:string"/>

endTime
Type:
xs:long, predefined
Use:
optional
XML datetime for the end of this step result.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="endTime" type="xs:long"/>

result
Type:
xs:string, predefined
Use:
required
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:attribute name="result" type="xs:string" use="required"/>

startTime
Type:
xs:long, predefined
Use:
optional
XML datetime for the beginning of this step result.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute name="startTime" type="xs:long"/>

vega:id
Type:
xs:string, predefined
Use:
optional
The Read-only UUID of the step.
XML Source (w/o annotations (1); see within schema source)
<xs:attribute ref="vega:id"/>
Content Element Detail (defined in this component only; 1/1)
properties
Type:
anonymous, complex content
XML Source (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>

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