ObjectChange Element
Description
The details for an individual object change that occurred during a maintenance mode run session.
Namespace(none)
Diagram
Hierarchy ElementPropertyChangeList ElementSequenceObjectChange Element
Overview
ObjectChange
The details for an individual object change that occurred during a maintenance mode run session.
Operation requiredxs:string
The type of change that was made to the object. Possible values: Added; Updated
OriginalRepository optionalxs:string
The object repository where the original object is stored.
Sequence
PropertyChangeListoptional
A container element for the PropertyDef elements in a maintenance summary.
Hierarchy
The object hierarchy of the changed test object.
Attributes
NameTypeUseDefaultFixedDescription
Operationxs:stringrequired  The type of change that was made to the object. Possible values: Added; Updated
OriginalRepositoryxs:stringoptional The object repository where the original object is stored.
Source
<xs:element name="ObjectChange" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <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>
See Also