Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/assign/dua-iterate/start_with_routes/input_routes.rou.xml
428536 views
1
<?xml version="1.0"?>
2
3
<!-- generated on Mon Jul 18 09:42:18 2011 by SUMO duarouter Version dev-SVN-r11021
4
<?xml version="1.0" encoding="iso-8859-1"?>
5
6
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/duarouterConfiguration.xsd">
7
8
<input>
9
<net-file value="../../input_net.net.xml"/>
10
<trip-files value="input_trips.trips.xml"/>
11
</input>
12
13
<output>
14
<output-file value="input_routes.rou.xml"/>
15
</output>
16
17
</configuration>
18
-->
19
20
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
21
<vehicle id="0" depart="0.00">
22
<route edges="beg middle end rend"/>
23
</vehicle>
24
<vehicle id="1" depart="10.00">
25
<route edges="beg middle end rend"/>
26
</vehicle>
27
<vehicle id="2" depart="20.00">
28
<route edges="beg middle end rend"/>
29
</vehicle>
30
<vehicle id="3" depart="30.00">
31
<route edges="beg middle end rend"/>
32
</vehicle>
33
<vehicle id="4" depart="40.00">
34
<route edges="beg middle end rend"/>
35
</vehicle>
36
<vehicle id="5" depart="50.00">
37
<route edges="beg middle end rend"/>
38
</vehicle>
39
<vehicle id="6" depart="60.00">
40
<route edges="beg middle end rend"/>
41
</vehicle>
42
<vehicle id="7" depart="70.00">
43
<route edges="beg middle end rend"/>
44
</vehicle>
45
<vehicle id="8" depart="80.00">
46
<route edges="beg middle end rend"/>
47
</vehicle>
48
<vehicle id="9" depart="90.00">
49
<route edges="beg middle end rend"/>
50
</vehicle>
51
</routes>
52
53