aboutsummaryrefslogtreecommitdiffstats
path: root/src/test/resources/operationDAOUpdateSetup.xml
blob: 82ef238657c2f104881816cfb68664c60529928a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<dataset>
  <Operation id="1" opCode="ALP-95E7" severity="E" created="2000-01-01 00:00:00.0+00"
    destination="Wiedner Hauptstraße 35, Wien" additionalInfo="Additional information" status="ACTIVE"/>

  <VehicleVersion id="1" name="RTW-1" constructionType="HOCHDACH" type="RTW" hasNef="true"/>
  <VehicleVersion id="2" name="KTW-1" constructionType="HOCHDACH" type="KTW" hasNef="true"/>
  <VehicleVersion id="3" name="KTW-2" constructionType="MITTELHOCHDACH" type="KTW_B" hasNef="false"/>
  <VehicleVersion id="4" name="BKTW-2" constructionType="HOCHDACH" type="BKTW" hasNef="false"/>
  <VehicleVersion id="5" name="NEF-1" constructionType="NORMAL" type="NEF" hasNef="true"/>

  <Vehicle id="1" version="1" status="FREI_FUNK"/>
  <Vehicle id="2" version="2" status="FREI_WACHE"/>
  <Vehicle id="3" version="3" status="FREI_FUNK"/>
  <Vehicle id="4" version="4" status="ZUM_BERUFUNGSORT"/>

  <VehicleOperation vehicleId="4" operationId="1"/>
</dataset>