Description

The Maintenance Summary details for the action.

Attributes

NameTypeUseDefaultDescription
Actionstringrequired The name of the action.
Addedlongrequired The number of objects that were added to the local object repository during the action run.
LinesTotallongrequired The total number of lines that were changed in some way during the action run. (The number of steps that were commented = LinesTotal - LinesUpdated.)
LinesUpdatedlongrequired The number of steps that were updated during the action run.
Objectslongrequired The total number of objects that were handled by maintenance mode during the action run.
Updatedlongrequired The number of object properties that were changed during the action run.

Diagram

ActionMaintenanceSummary Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)ObjectChange Element (Optional, unlimited elements allowed)Sequence (Required, 1 element allowed)PropertyChangeList Element (Optional, up to 1 element(s) allowed)
Hierarchy Element (Required, 1 element allowed)


Children

Used By

Source

                                        <
                                        xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ActionMaintenanceSummary">
    <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>