Description

A container element for the PropertyDef elements in a maintenance summary.

Diagram

PropertyChangeList Element (Required, 1 element allowed)Sequence (Required, 1 element allowed)PropertyDef Element (Optional, unlimited elements allowed)Sequence (Required, 1 element allowed)OldValue Element (Required, 1 element allowed)
NewValue Element (Required, 1 element allowed)


Children

Used By

Source

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