element <stepResult>
Namespace:
Type:
anonymous complexType
Content:
empty, 4 attributes
Defined:
Includes:
definitions of 4 attributes
XML Representation Summary
<stepResult
    actualResult
 = 
xs:string
    endTime
 = 
xs:string
    result
 = 
xs:string
    startTime
 = 
xs:string
/>
Included in content model of elements (1):
Annotation
The result of a step.
XML Source (w/o annotations (5); see within schema source)
<xs:element maxOccurs="unbounded" name="stepResult">
<xs:complexType>
<xs:attribute name="actualResult" type="xs:string" use="optional"/>
<xs:attribute name="result" type="xs:string" use="required"/>
<xs:attribute name="startTime" type="xs:string" use="required"/>
<xs:attribute name="endTime" type="xs:string" use="required"/>
</xs:complexType>
</xs:element>
Attribute Detail (defined in this component only; 4/4)
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" use="optional"/>

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

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:string, predefined
Use:
required
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:string" use="required"/>

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