Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/duarouter/bugs/ticket9008/input_routes.rou.xml
185994 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
<container id="c0" depart="0">
3
<tranship from="beg" to="end"/>
4
</container>
5
<container id="c0_edges" depart="0">
6
<tranship edges="beg middle end"/>
7
</container>
8
<transport from="end" to="beg"/>
9
<container id="c2" depart="0">
10
<stop edge="end" duration="20"/>
11
</container>
12
<container id="c3" depart="0">
13
<transport from="end" to="beg"/>
14
<tranship from="end" to="beg"/>
15
<stop edge="beg" duration="20"/>
16
</container>
17
18
</routes>
19
20