ActionMaintenanceSummary Element
Description
The Maintenance Summary details for the action.
Namespace(none)
Diagram
ObjectChange ElementSequenceActionMaintenanceSummary Element
Overview
ActionMaintenanceSummary
The Maintenance Summary details for the action.
Action requiredxs:string
The name of the action.
Objects requiredxs:long
The total number of objects that were handled by maintenance mode during the action run.
Updated requiredxs:long
The number of object properties that were changed during the action run.
Added requiredxs:long
The number of objects that were added to the local object repository during the action run.
LinesTotal requiredxs:long
The total number of lines that were changed in some way during the action run. (The number of steps that were commented = LinesTotal - LinesUpdated.)
LinesUpdated requiredxs:long
The number of steps that were updated during the action run.
Sequence
ObjectChange0..∞
The details for an individual object change that occurred during a maintenance mode run session.
Attributes
NameTypeUseDefaultFixedDescription
Actionxs:stringrequired  The name of the action.
Objectsxs:longrequired  The total number of objects that were handled by maintenance mode during the action run.
Updatedxs:longrequired  The number of object properties that were changed during the action run.
Addedxs:longrequired  The number of objects that were added to the local object repository during the action run.
LinesTotalxs:longrequired  The total number of lines that were changed in some way during the action run. (The number of steps that were commented = LinesTotal - LinesUpdated.)
LinesUpdatedxs:longrequired  The number of steps that were updated during the action run.
Source
<xs:element name="ActionMaintenanceSummary" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>The Maintenance Summary details for the action.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="ObjectChange" minOccurs="0" maxOccurs="unbounded"   />
    </xs:sequence>
    <xs:attribute name="Action" type="xs:string" use="required">
      <xs:annotation>
        <xs:documentation>The name of the action.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Objects" type="xs:long" use="required">
      <xs:annotation>
        <xs:documentation>The total number of objects that were handled by maintenance mode during the action run.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Updated" type="xs:long" use="required">
      <xs:annotation>
        <xs:documentation>The number of object properties that were changed during the action run.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="Added" type="xs:long" use="required">
      <xs:annotation>
        <xs:documentation>The number of objects that were added to the local object repository during the action run.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="LinesTotal" type="xs:long" use="required">
      <xs:annotation>
        <xs:documentation>The total number of lines that were changed in some way during the action run. (The number of steps that were commented = LinesTotal - LinesUpdated.)</xs:documentation>
      </xs:annotation>
    </xs:attribute>
    <xs:attribute name="LinesUpdated" type="xs:long" use="required">
      <xs:annotation>
        <xs:documentation>The number of steps that were updated during the action run.</xs:documentation>
      </xs:annotation>
    </xs:attribute>
  </xs:complexType>
</xs:element>
See Also