aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/vehicleTestData.xml
blob: c3f2e7981b62925547b8ee29d1de75873f2bab0d (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"/>


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