Description
The details for an individual object change that occurred during a maintenance mode run session.
Attributes
Name | Type | Use | Default | Description |
---|
Operation | string | required | | The type of change that was made to the object. Possible values: Added; Updated |
OriginalRepository | string | optional | | The object repository where the original object is stored. |
Diagram
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>
|