XML Schema for MRZ
The data extracted from a machine-readable zone (MRZ) can be exported to an XML file. It contains the full text of the MRZ, the extracted fields and additional information. See the description of XML tags in the table below.
You can find the XML schema for MRZ in the MrzXmlSchema.xsd file. This file is located in the Inc folder.
Description of XML Schema for MRZ
Name | Type | Multiplicity | Parent Tag | Description |
MRZData |
MRZDataType Type elementsHas no type attributes |
1 | no | The recognized MRZ data. |
Field |
Type elementsType attributes |
0...unbounded | MRZData | The recognized MRZ field. |
Line1 Line2 |
Type elementsHas no type attributes |
1 |
MRZData | A line of MRZ. |
Line3 | LineComplexType | 0...1 | MRZData | The third line of MRZ. |
Checksum |
Type elementsHas no type attributes |
0 | Field | The checksum of MRZ field, available for some of the fields. |
Region |
RegionComplexType, the sequence of Rect tags Type elementsHas no type attributes |
1 | Field | The region of MRZ field. |
Chars |
Type elementsHas no type attributes |
1 | Field | Characters of the field. |
Char |
Type elementsType attributes |
0...unbounded | Chars | Attributes of a single character. |
Tag hierarchy diagram
See also
03.07.2024 8:50:25