<xs:complexType name="Field">
<xs:sequence>
<xs:element name="Name" type="xs:string">
<xs:annotation>
<xs:documentation>
The field name
</xs:documentation>
<xs:appinfo>
ListPrice
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="XPath" type="xs:string">
<xs:annotation>
<xs:documentation>
The XPath to locate the node being changed.
</xs:documentation>
<xs:appinfo>
Listings/Listing/ListingPricing/ListPrice
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="OldValue" type="xs:string">
<xs:annotation>
<xs:documentation>
The previous field value, represented as a string
</xs:documentation>
<xs:appinfo>
265000
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="NewValue" type="xs:string">
<xs:annotation>
<xs:documentation>
The current field value, represented as a string
</xs:documentation>
<xs:appinfo>
263000
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:element name="Category" type="crecord:ChangeTypeEnum" minOccurs="0">
<xs:annotation>
<xs:documentation>
The category of change made.
</xs:documentation>
<xs:appinfo>
Price
</xs:appinfo>
</xs:annotation>
</xs:element>
<xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded" />
</xs:sequence>
<xs:attribute ref="commons:isgSecurityClass" use="required">
<xs:annotation>
<xs:documentation>
The security status of the entire element
</xs:documentation>
<xs:appinfo>
private
</xs:appinfo>
</xs:annotation>
</xs:attribute>
</xs:complexType>
|