Description

The summary node.

Attributes

NameTypeUseDefaultDescription
eTimestringoptional The end time of the run session.
failedstringoptional The number of steps with Failed status.
passedstringoptional The number of steps with Passed status.
retvalstringoptional The return value of the node.
sTimestringoptional The start time of the run session.
stoppedNMTOKENoptionalFalseIndicates whether the run session was stopped. Possible values: False ; True
warningsstringoptional The number of steps with Warning status.

Diagram

Summary Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)Param Element (Optional, unlimited elements allowed)Sequence (Required, 1 or more elements allowed)ParamName Element (Required, 1 element allowed)
ParamVal Element (Required, 1 element allowed)


Children

Used By

Source

                                        <
                                        xs:element xmlns: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: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>