ZVON > References > UDDI Reference
Element changeRecordCorrection [ v2replication ]
Occurs in [ ]
Description This form of change record indicates a published correction to a previous change. When a correction is received, nodes should update the data in their change record journal to reflect the new data. The changeRecord contained in the correction is the new, updated version of the indicated change.


XML Schema

<element name="changeRecordCorrection">
   <complexType>
      <sequence>
         <element ref="changeRecord"/>
      </sequence>
   </complexType>
</element>

Expanded XML Schema

<element name="changeRecordCorrection">
   <complexType>
      <sequence>
         <element ref="changeRecord"/>
      </sequence>
   </complexType>
</element>