TestMaintenanceSummary Element
Description
The Maintenance Summary details for the run session.
Namespace(none)
Diagram
ActionMaintenanceSummary ElementSequenceTestMaintenanceSummary Element
Overview
TestMaintenanceSummary
The Maintenance Summary details for the run session.
ObjectsAdded requiredxs:long
The number of objects that were added to the local object repository during the run session.
ObjectsUpdated requiredxs:long
The number of objects that were modified during the run session.
StepsUpdated requiredxs:long
The number of steps that were updated during the run session.
StepsComments requiredxs:long
The number of steps that were commented during the run session.
Sequence
ActionMaintenanceSummary1..∞
The Maintenance Summary details for the action.
Attributes
NameTypeUseDefaultFixedDescription
ObjectsAddedxs:longrequired  The number of objects that were added to the local object repository during the run session.
ObjectsUpdatedxs:longrequired  The number of objects that were modified during the run session.
StepsUpdatedxs:longrequired  The number of steps that were updated during the run session.
StepsCommentsxs:longrequired  The number of steps that were commented during the run session.
Source
<xs:element name="TestMaintenanceSummary" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also