Path: blob/main/tests/tools/route/countEdgeUsage/taz_subpart/routes.rou.xml
428465 views
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">1<vType id="foo" sigma="0"/>23<vehicle id="veh0" depart="1" color="red" type="foo" fromTaz="t0" toTaz="t1">4<route edges="a b c d"/>5</vehicle>6<vehicle id="veh1" depart="2" color="blue" type="foo" fromTaz="t0" toTaz="t2">7<route edges="c e f g"/>8</vehicle>910<trip id="trip0" depart="3" color="blue" from="h" to="j" fromTaz="t3" toTaz="t4"/>1112<flow id="flow0" begin="4" end="40" number="10" color="green" from="k" to="l" fromTaz="t0" toTaz="t6"/>13<flow id="flow1" begin="4" end="40" number="3" color="green" fromTaz="t0" toTaz="t6">14<route edges="h i j k"/>15</flow>1617</routes>181920