Description

The Maintenance Summary details for the run session.

Attributes

NameTypeUseDefaultDescription
ObjectsAddedlongrequired The number of objects that were added to the local object repository during the run session.
ObjectsUpdatedlongrequired The number of objects that were modified during the run session.
StepsCommentslongrequired The number of steps that were commented during the run session.
StepsUpdatedlongrequired The number of steps that were updated during the run session.

Diagram

TestMaintenanceSummary Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)ActionMaintenanceSummary Element (Required, 1 or more elements allowed)Sequence (Required, 1 element allowed)ObjectChange Element (Optional, unlimited elements allowed)


Children

Used By

Source

                                        <
                                        xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="TestMaintenanceSummary">
    <xs:annotation>
        <xs:documentation>The Maintenance Summary details for the run session.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="ActionMaintenanceSummary" maxOccurs="unbounded" />
        </xs:sequence>
        <xs:attribute name="ObjectsAdded" type="xs:long" use="required">
            <xs:annotation>
                <xs:documentation>The number of objects that were added to the local object repository during the run session.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="ObjectsUpdated" type="xs:long" use="required">
            <xs:annotation>
                <xs:documentation>The number of objects that were modified during the run session.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="StepsUpdated" type="xs:long" use="required">
            <xs:annotation>
                <xs:documentation>The number of steps that were updated during the run session.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="StepsComments" type="xs:long" use="required">
            <xs:annotation>
                <xs:documentation>The number of steps that were commented during the run session.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>