XML Schema for Comparison Result
The comparison result of the document or page with its copy may be represented in XML format. It contains the information about the types of modifications, that were made to the content, and locations of these changes in both files. See the description of XML tags in the table below.
You can find the XML schema for comparison result in ComparisonResultXmlSchema.xsd file. This file is located in the Inc folder
Description of XML Schema for Comparison Result
Name | Type | Multiplicity | Parent Tag | Description |
ComparisonResult |
ComparisonResultType Type elementsHas no type attributes |
1 | no | The comparison result of two files. |
Change |
Type elementsType attributes |
0...unbounded | ComparisonResult | The information about one detected change. |
Location |
Type elementsType attributes |
2 |
Change | The location of the detected change. |
TextChange |
Type elementsHas no type attributes |
1 | Change | The change detected in the text. |
Position |
Type elementsType attributes |
2 | Location | The position of the change in the text. |
Region |
RegionType, the sequence of Rect tags Type elementsHas no type attributes |
1...unbounded | Location | The region of the change. |
See also
03.07.2024 8:50:25