<?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="2" departSpeed="max">
        <route edges="a b e"/>
    </vehicle>
</routes>
