Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/network/connections/routes.rou.xml
169686 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2024-07-03 09:34:27 by Eclipse SUMO netedit Version v1_20_0+0963-89ad34cf688
4
-->
5
6
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
7
<!-- VTypes -->
8
<vType id="bus" vClass="bus"/>
9
<vType id="ship" vClass="ship"/>
10
<!-- Vehicles, persons and containers (sorted by depart) -->
11
<trip id="t_0" type="ship" depart="0.00" from="-E0" to="E3"/>
12
<trip id="t_1" type="ship" depart="0.00" from="-E3" to="E0"/>
13
<trip id="t_2" depart="0.00" from="-E2" to="E1"/>
14
<trip id="t_3" type="bus" depart="0.00" from="-E1" to="E2"/>
15
</routes>
16
17