blob: c21fde61d8c73c3b83324d24b7fc2244bc99f137 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
<dataset>
<EmployeeVersion id="10" name="Adam" birthday="2010-10-10" educationlevel="RS" isDriver="true"
isPilot="false"/>
<EmployeeVersion id="20" name="Max" birthday="1990-11-11" educationlevel="NFS" isDriver="false"
isPilot="false"/>
<EmployeeVersion id="30" name="Lisa" birthday="1999-10-16" educationlevel="NKI" isDriver="true"
isPilot="false"/>
<Employee id="1" version="10" />
<Employee id="2" version="20" />
<Employee id="3" version="30" />
</dataset>
|