Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/complex/state/rail/inactive_driveway/input_routes.rou.xml
428417 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
4
<vType id="train" vClass="rail" length="20" accel="2"/>
5
<vehicle id="train" type="train" depart="0" departSpeed="max">
6
<route edges="b c"/>
7
</vehicle>
8
<vehicle id="train2" type="train" depart="60" departSpeed="max">
9
<route edges="a b c"/>
10
<stop edge="b" until="80"/>
11
</vehicle>
12
</routes>
13
14