Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/duarouter/container/basic/input_routes.rou.xml
185786 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
<container id="c1" depart="0">
9
<transport from="end" to="beg" lines="1"/>
10
</container>
11
<container id="c2" depart="0">
12
<stop edge="end" duration="20"/>
13
</container>
14
<container id="c3" depart="0">
15
<transport from="end" to="beg" lines="1"/>
16
<tranship from="end" to="beg"/>
17
<stop edge="beg" duration="20"/>
18
</container>
19
20
</routes>
21
22