blob: 19d25ad03eb6947522301fe50954c667b5afcc1f (
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"/>
<Vehicle id="10" version="1" status="ABGEMELDET"/>
<Vehicle id="20" version="2" status="FREI_WACHE"/>
<Vehicle id="30" version="3" status="FREI_FUNK"/>
</dataset>
|