PropertyChangeList Element
Description
A container element for the PropertyDef elements in a maintenance summary.
Namespace(none)
Diagram
PropertyDef ElementSequencePropertyChangeList Element
Overview
PropertyChangeList
A container element for the PropertyDef elements in a maintenance summary.
Sequence
PropertyDef0..∞
The details of a property value that was changed during a maintenance mode run session.
Source
<xs:element name="PropertyChangeList" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>A container element for the PropertyDef elements in a maintenance summary.</xs:documentation>
  </xs:annotation>
  <xs:complexType>
    <xs:sequence>
      <xs:element ref="PropertyDef" minOccurs="0" maxOccurs="unbounded"   />
    </xs:sequence>
  </xs:complexType>
</xs:element>
See Also