blob: 7ef19125204e335c2be5a0397b9ebe81b7a1b51a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<dataset>
<EmployeeVersion id="1" name="John Doe" birthday="2000-01-01" educationLevel="RS" isDriver="true"
isPilot="false"/>
<EmployeeVersion id="2" name="Nick Verily" birthday="1990-01-01" educationLevel="NKV"
isDriver="true" isPilot="false"/>
<EmployeeVersion id="3" name="Nicht Arzt" birthday="1980-01-01" educationLevel="NA"
isDriver="false" isPilot="false"/>
<Employee id="1" version="1"/>
<Employee id="2" version="2"/>
<Employee id="3" version="3"/>
<VehicleVersion id="1" name="RTW-1" hasNef="true" constructionType="HOCHDACH" type="RTW"/>
<VehicleVersion id="2" name="NEF-1" hasNef="false" constructionType="NORMAL" type="NEF"/>
<Vehicle id="1" version="1" status="ABGEMELDET"/>
<Vehicle id="2" version="2" status="ABGEMELDET"/>
</dataset>
|