Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/netedit/network/lanes/inspect/routes.rou.xml
169690 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2024-07-29 09:01:47 by Eclipse SUMO netedit Version v1_20_0+1446-d70b20b5800
4
This data file and the accompanying materials
5
are made available under the terms of the Eclipse Public License v2.0
6
which accompanies this distribution, and is available at
7
http://www.eclipse.org/legal/epl-v20.html
8
This file may also be made available under the following Secondary
9
Licenses when the conditions for such availability set forth in the Eclipse
10
Public License 2.0 are satisfied: GNU General Public License, version 2
11
or later which is available at
12
https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
13
SPDX-License-Identifier: EPL-2.0 OR GPL-2.0-or-later
14
-->
15
16
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
17
<!-- Routes -->
18
<route id="r_0" edges="E0">
19
<stop busStop="bs_0" duration="60.00"/>
20
</route>
21
<!-- Vehicles, persons and containers (sorted by depart) -->
22
<trip id="t_0" depart="0.00" from="E1" to="-E1">
23
<stop busStop="bs_1" duration="60.00"/>
24
<stop chargingStation="cs_0" duration="60.00"/>
25
</trip>
26
<trip id="t_1" depart="0.00" from="E2" to="-E2">
27
<stop chargingStation="cs_1" duration="60.00"/>
28
<stop busStop="bs_2" duration="60.00"/>
29
</trip>
30
<vehicle id="v_0" depart="0.00" route="r_0"/>
31
</routes>
32
33