<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="foo" sigma="0"/>

    <vehicle id="veh0" depart="1" color="red" type="foo" fromTaz="t0" toTaz="t1">
        <route edges="a b c d"/>
    </vehicle>
    <vehicle id="veh1" depart="2" color="blue" type="foo" fromTaz="t0" toTaz="t2">
        <route edges="c e f g"/>
    </vehicle>

    <trip id="trip0" depart="3" color="blue" from="h" to="j" fromTaz="t3" toTaz="t4"/>

    <flow id="flow0" begin="4" end="40" number="10" color="green" from="k" to="l" fromTaz="t5" toTaz="t6"/>

</routes>
