Exported xml file structure

List of data that the program can export:

The data is placed in the vehicle editing window.

 

Place in the program from where you can export data:

"Basic data" -> "[003] Vehicles" menu, icon: .

Import:
 

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="15">

<!-- List of vehicles
IMPORT: "root" section required, "rowCount" value - IMPORT: internal identifier (value ignored) -->

 <samochod>

<!-- Vehicle data section -->

  <id_s>13</id_s>

<!-- Vehicle identification number
IMPORT: internal identifier (value ignored) -->

  <nr_rej>SLI X123X</nr_rej>

<!-- Registration number -->

  <firma>My company</firma>

<!-- Company
The value represented in the database Company name to which the vehicle was assigned.
IMPORT: No section/value or company not found in the database TachoScan - the program will assign an active company -->

  <stan>1</stan>

<!-- Vehicle condition
IMPORT: internal identifier (value ignored) -->

  <nr_inwent>WE23421</nr_inwent>

<!-- Inventory no. -->

  <marka>Scania</marka>

<!-- Make -->

  <model>RX-720</model>

<!-- Model -->

  <status>aktywny</status>

<!-- Status
Dictionary value.
IMPORT: No section/value or invalid value - the program will assign "inactive"
Default values: "inactive", "active", "roadworthy", "damaged" -->

  <nr_rej_tc>8619JTJ</nr_rej_tc>

<!-- Reg. no in tachograph
Vehicle registration number taken from digital tachograph -->

  <kraj>POL</kraj>

<!-- Reg. nation
Country of registration.
IMPORT: Maximum of 3 characters -->

 </samochod>

</root>