summaryrefslogtreecommitdiffstats
path: root/src/test/resources/vehicleTestUpdateExpectedData.xml
blob: 861880b46be2ee911879b672fd87abd56dc1456f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<dataset>
  <VehicleVersion id="10" name="RTW-1" constructionType="HOCHDACH" type="RTW" hasNEF="true"/>
  <VehicleVersion id="20" name="KTW-2" constructionType="MITTELHOCHDACH" type="KTW" hasNEF="false"/>
  <VehicleVersion id="30" name="NEF-3" constructionType="NORMAL" type="NEF" hasNEF="false"/>
  <VehicleVersion id="40" name="RTW-4" constructionType="HOCHDACH" type="RTW" hasNEF="true"/>

  <Vehicle id="1" version="10" status="ABGEMELDET"/>
  <Vehicle id="2" version="40" status="ABGEMELDET"/>
  <Vehicle id="3" version="30" status="FREI_FUNK"/>
</dataset>