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

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