Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/route/departOffset/routes.rou.xml
428384 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
<vType id="foo" sigma="0"/>
3
4
<vehicle id="veh0" depart="1" color="red" type="foo">
5
<route edges="a b c d"/>
6
</vehicle>
7
<vehicle id="veh1" depart="2" color="blue" type="foo">
8
<route edges="c e f g"/>
9
</vehicle>
10
11
<trip id="trip0" depart="3" color="blue" from="h" to="j"/>
12
13
<flow id="flow0" begin="4" end="40" color="green" from="k" to="l"/>
14
15
</routes>
16
17