Description

The details for an individual object change that occurred during a maintenance mode run session.

Attributes

NameTypeUseDefaultDescription
Operationstringrequired The type of change that was made to the object. Possible values: Added; Updated
OriginalRepositorystringoptionalThe object repository where the original object is stored.

Diagram

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


Children

Used By

Source

                                        <
                                        xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="ObjectChange">
    <xs:annotation>
        <xs:documentation>The details for an individual object change that occurred during a maintenance mode run session.</xs:documentation>
    </xs:annotation>
    <xs:complexType>
        <xs:sequence>
            <xs:element ref="PropertyChangeList" minOccurs="0" />
            <xs:element ref="Hierarchy" />
        </xs:sequence>
        <xs:attribute name="Operation" type="xs:string" use="required">
            <xs:annotation>
                <xs:documentation>The type of change that was made to the object.  Possible values: Added; Updated</xs:documentation>
            </xs:annotation>
        </xs:attribute>
        <xs:attribute name="OriginalRepository" type="xs:string" use="optional" default=" ">
            <xs:annotation>
                <xs:documentation>The object repository where the original object is stored.</xs:documentation>
            </xs:annotation>
        </xs:attribute>
    </xs:complexType>
</xs:element>