| |||||||||||||||||||||||
|
|
Export Changes as XML: Field Descriptions and XSD Schema
Field
Descriptions The
following fields appear in the ‘Changes XML’ file:
XSD schema <?xml version="1.0" encoding="utf-8"?> <xs:schema attributeFormDefault="unqualified" elementFormDefault="qualified" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="DuplicateRecordRemover"> <xs:complexType> <xs:sequence> <xs:element name="Changes"> <xs:complexType> <xs:sequence> <xs:element maxOccurs="unbounded" name="Merge"> <xs:complexType> <xs:sequence minOccurs="0"> <xs:element maxOccurs="unbounded" name="Edit"> <xs:complexType> <xs:attribute name="FieldName" type="xs:string" use="required" /> <xs:attribute name="FriendlyFieldName" type="xs:string" use="required" /> <xs:attribute name="OriginalValue" type="xs:string" use="required" /> <xs:attribute name="UpdateToValue" type="xs:string" use="required" /> <xs:attribute name="RecordPrimaryKey" type="xs:string" use="required" /> </xs:complexType> </xs:element> </xs:sequence> <xs:attribute name="KeepPrimaryKey" type="xs:string" use="required" /> <xs:attribute name="DeletePrimaryKey" type="xs:string" use="required" /> <xs:attribute name="LikenessPercent" type="xs:decimal" use="required" /> <xs:attribute name="IsAutoMerge" type="xs:string" use="required" /> <xs:attribute name="ExportBatchDate" type="xs:string" use="required" /> </xs:complexType> </xs:element> <xs:element maxOccurs="unbounded" name="Edit"> <xs:complexType> <xs:attribute name="FieldName" type="xs:string" use="required" /> <xs:attribute name="FriendlyFieldName" type="xs:string" use="required" /> <xs:attribute name="OriginalValue" type="xs:string" use="required" /> <xs:attribute name="UpdateToValue" type="xs:string" use="required" /> <xs:attribute name="RecordPrimaryKey" type="xs:string" use="required" /> <xs:attribute name="ExportBatchDate" type="xs:string" use="required" /> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:sequence> </xs:complexType> </xs:element> </xs:schema> Related Topics | ||||||||||||||||||||||
|
Duplicate Record Remover
Copyright (c) 2009 Precision Data, All Rights Reserved. | |||||||||||||||||||||||