<?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="train" vClass="rail" length="20" accel="2"/>
    <vehicle id="train" type="train" depart="0" departSpeed="max">
        <route edges="a b e"/>
    </vehicle>
    <vehicle id="train2" type="train" depart="0" departSpeed="max">
        <route edges="-e -b -d"/>
        <stop lane="-e_0" duration="100"/>
    </vehicle>
    <vehicle id="train3" type="train" depart="110" departSpeed="max">
        <route edges="-e -b -d"/>
    </vehicle>
</routes>
