Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/busstop/noStops/input_routes.rou.xml
169722 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
<personFlow id="PB" begin="0" end="100" period="10">
3
<stop busStop="stop1" duration="1"/>
4
<ride busStop="stop2" lines="ANY"/>
5
</personFlow>
6
<personFlow id="BP" begin="0" end="100" period="15">
7
<stop busStop="stop2" duration="1"/>
8
<ride busStop="stop1" lines="ANY"/>
9
</personFlow>
10
11
<route id="PBP" edges="WC CE EC CW">
12
<stop busStop="stop1" duration="10"/>
13
<stop busStop="stop2" duration="10"/>
14
</route>
15
<vType id="bus" vClass="coach"/>
16
<flow id="PBP" route="PBP" line="Paris-Berlin-Paris" type="bus" begin="0" end="15" period="5"/>
17
</routes>
18
19