attributeChangeInfo Data Type

Namespace
(Default)
Schema
ns0.xsd
Properties
name data type type namespace min/max occurs description
attributeName string element 0/1  
newValue string element 0/1  
oldValue string element 0/1  

Example

<a----->
  <attributeName>...</attributeName>
  <oldValue>...</oldValue>
  <newValue>...</newValue>
</a----->