The structure of the imported xml file

Minimum amount of data needed to complete the import:

Place in the program from where you can import data: menu "Basic data" -> "[003] Vehicles" menu, icon: .

For additional details on how to import, see the topic:: "Exported xml file structure".

Date and time format: "Year-month-day hour:minute:second", date separator: "-" (hyphen), time separator: ":" (colon).
Not described value: string type.

 

<?xml version="1.0" encoding="UTF-8"?>

<root rowCount="1">

<!-- number of vehicles -->

<root>

<!-- List of vechicles -->

 <samochod>

<!-- Vehicle data section -->

  <nr_rej>SLI X123X</nr_rej>

<!-- Vehicle registration number -->

  <firma>CompanyX</firma

<!-- company name -->

 </samochod>

 

</root>