<?xml version="1.0" encoding="utf-8"?>
<types>
 <type id="vehicle" oneway="true" disallow="bicycle pedestrian moped"/>
 <type id="bicycle" allow="bicycle moped"/>
 <type id="pedestrian" allow="pedestrian"/>
 <type id="bus" oneway="true" allow="bus"/>
 <type id="tram" oneway="true" allow="tram"/>
 <type id="allVehicles" oneway="true" disallowallow="pedestrian"/>

 <vType id="pedestrian" accel="0.8" decel="4.5" sigma="0.5" length="0.1" width="0.4" minGap="0.2" maxSpeed="1.7" guiShape="pedestrian" color="1,1,1"/>
 <vType id="cyclist" accel="0.5" decel="4.5" sigma="0.5" length="2" width="0.5" minGap="0.5" maxSpeed="6.9" guiShape="bicycle" color="1,0,1"/>
 <vType id="moped" accel="0.5" decel="4.5" sigma="0.7" length="2" width="0.7" minGap="2.5" maxSpeed="13.9" guiShape="motorcycle" color="0,1,1"/>
 <vType id="motorcycle" accel="1.2" decel="4.5" sigma="0.7" length="2" width="1" minGap="2.5" maxSpeed="36" guiShape="motorcycle" color="0,1,0"/>
 <vType id="passengerCar" accel="0.8" decel="4.5" sigma="0.7" length="4.5" minGap="2.5" maxSpeed="36" guiShape="passenger" color="1,1,0"/>
 <vType id="bus" accel="0.8" decel="3.5" sigma="0.7" length="7" width="2.5" minGap="3" maxSpeed="25" guiShape="bus" color="1,0,0"/>
 <vType id="lightTruck" accel="0.8" decel="3.5" sigma="0.7" length="7" width="2.5" minGap="3.5" maxSpeed="22.5" guiShape="truck" color="0,0,1"/>
 <vType id="heavyTruck" accel="0.8" decel="3.0" sigma="0.7" length="12" width="2.5" minGap="3.5" maxSpeed="22.5" guiShape="truck" color="0,0,1"/>
 <vType id="trailer" accel="0.8" decel="2.5" sigma="0.7" length="18" width="2.5" minGap="3.5" maxSpeed="22.5" guiShape="truck" color="0,0,1"/>
 <vType id="specialVehicles" accel="0.8" decel="4.5" sigma="0.7" length="5" minGap="2.5" maxSpeed="36" guiShape="passenger" color="0,0,0"/>
 <vType id="tram" accel="0.8" decel="4.5" sigma="0.7" length="30" width="2.5" minGap="2.5" maxSpeed="20" guiShape="passenger" color="1,1,1"/>
</types>
