Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/net/split_at_stops/routes/input_routes.rou.xml
428511 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Thu 16 Apr 2020 09:38:20 AM CEST by Eclipse SUMO netedit Version v1_5_0+1157-b8d6aa306e
4
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/netconvertConfiguration.xsd">
5
6
<input>
7
<new value="true"/>
8
</input>
9
10
<output>
11
<output-file value="/home/kobo/dlr/debug/2811/net.net.xml"/>
12
</output>
13
14
<processing>
15
<offset.disable-normalization value="true"/>
16
</processing>
17
18
<netedit>
19
<additional-files value="/home/kobo/dlr/debug/2811/input_additional.add.xml"/>
20
<route-files value="/home/kobo/dlr/debug/2811/input_routes.rou.xml"/>
21
</netedit>
22
23
<report>
24
<aggregate-warnings value="5"/>
25
</report>
26
27
</configuration>
28
-->
29
30
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
31
<vType id="train" length="40.00" vClass="rail"/>
32
<route edges="a" color="yellow" id="route_0"/>
33
<vehicle id="v0" type="train" depart="0.00" line="S42" route="route_0">
34
<stop busStop="B" until="60.00"/>
35
<stop busStop="C" until="70.00"/>
36
<stop busStop="D" until="80.00"/>
37
<param key="has.fcd.device" value="false"/>
38
</vehicle>
39
<person id="p0" depart="0">
40
<walk from="b" busStop="B"/>
41
<ride busStop="D" lines="S42"/>
42
<walk to="d"/>
43
</person>
44
</routes>
45
46