<xs:elementxmlns:xs="http://www.w3.org/2001/XMLSchema" name="Summary"><xs:annotation><xs:documentation>The summary node.</xs:documentation></xs:annotation><xs:complexType><xs:sequence><xs:elementref="Param" minOccurs="0" maxOccurs="unbounded" /></xs:sequence><xs:attributename="sTime" type="xs:string"><xs:annotation><xs:documentation>The start time of the run session.</xs:documentation></xs:annotation></xs:attribute><xs:attributename="eTime" type="xs:string"><xs:annotation><xs:documentation>The end time of the run session.</xs:documentation></xs:annotation></xs:attribute><xs:attributename="passed" type="xs:string"><xs:annotation><xs:documentation>The number of steps with Passed status.</xs:documentation></xs:annotation></xs:attribute><xs:attributename="failed" type="xs:string"><xs:annotation><xs:documentation>The number of steps with Failed status.</xs:documentation></xs:annotation></xs:attribute><xs:attributename="warnings" type="xs:string"><xs:annotation><xs:documentation>The number of steps with Warning status.</xs:documentation></xs:annotation></xs:attribute><xs:attributename="retval" type="xs:string"><xs:annotation><xs:documentation>The return value of the node.</xs:documentation></xs:annotation></xs:attribute><xs:attributename="stopped" default="False"><xs:annotation><xs:documentation>Indicates whether the run session was stopped.
Possible values:
False
; True</xs:documentation></xs:annotation><xs:simpleType><xs:restrictionbase="xs:NMTOKEN"><xs:enumerationvalue="False" /><xs:enumerationvalue="True" /></xs:restriction></xs:simpleType></xs:attribute></xs:complexType></xs:element>