<?xml version="1.0"?>

<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="fast" maxSpeed="50"/>
    <vType id="slow" maxSpeed="2"/>
    <trip id="fast0" depart="0.00" from="beg" to="end" type="fast"/>
    <trip id="slow0" depart="0.00" from="beg" to="end" type="slow"/>
</routes>
