Summary Element
Description
The summary node.
Namespace(none)
Diagram
Param ElementSequenceSummary Element
Overview
Summary
The summary node.
sTime optionalxs:string
The start time of the run session.
eTime optionalxs:string
The end time of the run session.
passed optionalxs:string
The number of steps with Passed status.
failed optionalxs:string
The number of steps with Failed status.
warnings optionalxs:string
The number of steps with Warning status.
retval optionalxs:string
The return value of the node.
stopped optionalRestriction of xs:NMTOKEN
Indicates whether the run session was stopped. Possible values: False ; True
Sequence
Param0..∞
The test, action, or component parameter node.
Attributes
NameTypeUseDefaultFixedDescription
sTimexs:stringoptional  The start time of the run session.
eTimexs:stringoptional  The end time of the run session.
passedxs:stringoptional  The number of steps with Passed status.
failedxs:stringoptional  The number of steps with Failed status.
warningsxs:stringoptional  The number of steps with Warning status.
retvalxs:stringoptional  The return value of the node.
stoppedRestriction of xs:NMTOKENoptionalFalse Indicates whether the run session was stopped. Possible values: False ; True
Source
<xs:element name="Summary" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The summary node.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="Param" minOccurs="0" maxOccurs="unbounded"   />
    </xs:sequence>
    <xs:attribute name="sTime" type="xs:string">
      <xs:annotation>
        <xs:documentation>The start time of the run session.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="eTime" type="xs:string">
      <xs:annotation>
        <xs:documentation>The end time of the run session.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="passed" type="xs:string">
      <xs:annotation>
        <xs:documentation>The number of steps with Passed status.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="failed" type="xs:string">
      <xs:annotation>
        <xs:documentation>The number of steps with Failed status.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="warnings" type="xs:string">
      <xs:annotation>
        <xs:documentation>The number of steps with Warning status.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="retval" type="xs:string">
      <xs:annotation>
        <xs:documentation>The return value of the node.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="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:restriction base="xs:NMTOKEN">
          <xs:enumeration value="False"   />
          <xs:enumeration value="True"   />
        </xs:restriction>
      </xs:simpleType>
    </xs:attribute>
  </xs:complexType>
</xs:element>
See Also