Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/traci/misc/subscription/input_routes.rou.xml
169689 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
<route id="horizontal" edges="2fi 2si 1o 1fi 1si 3o 3fi 3si 4o 4fi 4si"/>
3
<route id="vertical" edges="3fi 3si 4o"/>
4
<route id="withTaz2" edges="taz34-source taz12-sink"/>
5
<vehicle id="horiz" route="horizontal" depart="0"/>
6
<vType id="train" length="50.00" vClass="rail"/>
7
<trip id="t0" type="train" depart="0.00" from="a" to="g" departSpeed="max"/>
8
<trip id="t1" type="train" depart="0.00" from="h" to="g" departSpeed="max"/>
9
<trip id="t2" type="train" depart="0.00" from="d" to="g" departSpeed="max"/>
10
</routes>
11
12