<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
<vType id="freightTrain" vClass="rail" length="72" speedFactor="0.6" decel="1" accel="1" imgFile="../images/locomotive.png" color="white"
personCapacity="12" boardingDuration="10" jmIgnoreJunctionFoeProb="1">
<param key="seatingWidth" value="1"/>
<param key="locomotiveLength" value="12"/>
<param key="carriageLength" value="10"/>
<param key="carriageGap" value="0.3"/>
<param key="carriageImages" value="../images/railcarFreight.png,../images/railcarFreight.png,../images/railcarFreight2.png,../images/railcarFreight.png,../images/railcarFreight2.png,../images/railcarFreight2.png,../images/railcarFreight2.png,../images/railcarFreight2.png,../images/railcarFreight.png"/>
</vType>
<vType id="passengerTrain" vClass="rail" length="52" speedFactor="0.9" decel="1" accel="1" imgFile="../images/locomotive.png" color="white"
personCapacity="8" boardingDuration="10" jmIgnoreJunctionFoeProb="1">
<param key="seatingWidth" value="1"/>
<param key="locomotiveLength" value="12"/>
<param key="carriageLength" value="20"/>
<param key="carriageGap" value="0.3"/>
<param key="carriageImages" value="../images/railcarPassenger.png"/>
</vType>
<trip id="trip_0" type="freightTrain" depart="0.00" from="-E30.50" to="E18" arrivalSpeed="0" departPos="stop" line="line1">
<stop trainStop="ts_1" duration="60"/>
</trip>
<trip id="trip_1" type="passengerTrain" depart="0.00" from="E1" to="-E17" arrivalSpeed="0" departPos="stop" line="line2">
<stop trainStop="ts_2" duration="60"/>
</trip>
<trip id="trip_2" type="passengerTrain" depart="0.00" from="E2" to="-E18" arrivalSpeed="0" departPos="stop" line="line2">
<stop trainStop="ts_3" duration="60"/>
</trip>
<vType id="DEFAULT_PEDTYPE" width="2" length="2"/>
<personFlow id="y" begin="0" number="35" period="exp(0.07)" color="yellow">
<stop trainStop="ts_6" duration="0"/>
<ride trainStop="ts_1" lines="trip_0"/>
</personFlow>
<personFlow id="g" begin="0" number="20" period="exp(0.05)" color="green">
<stop trainStop="ts_2" duration="0"/>
<ride trainStop="ts_4" lines="trip_1 trip_2"/>
</personFlow>
<personFlow id="b" begin="0" number="45" period="exp(0.1)" color="cyan">
<stop trainStop="ts_3" duration="0"/>
<ride trainStop="ts_5" lines="trip_1 trip_2"/>
</personFlow>
</routes>