Layout Structure
The layout is the main structure containing the information of a side of the document.
Usually there are 1 layout for every passport side:
- Data
 - MRZ
 - MLI1
 - MLI2
 - CLI1
 - CLI2
 
In some specific application the data on a side are split in different layouts.
All the entities in a layout are engraved at same block.
The layout have an unique name called in Mark Layout command.
Syntax:
<layout Name="[String]" Rotation="[int]" XOffset="[double]" YOffset="[double]">
[Entities Data]
</layout>
Parameters:
Name  | 
Mandatory  | 
Description  | 
Format  | 
Name  | 
Yes  | 
Name of the layout  | 
String  | 
Rotation  | 
Yes  | 
Degrees of layout rotation  | 
Integer  | 
XOffset  | 
Yes  | 
mm of X Offset applied every time you engrave the layout  | 
Double  | 
YOffset  | 
Yes  | 
mm of Y Offset applied every time you engrave the layout  | 
Double  |