Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/duarouter/container/triggered/invalid_mode/input_routes.rou.xml
185996 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Wed Mar 28 11:06:39 2018 by SUMO duarouter Version v0_32_0+0923-1eeb288
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
SPDX-License-Identifier: EPL-2.0
9
<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/duarouterConfiguration.xsd">
10
11
<input>
12
<net-file value="input_net.net.xml"/>
13
<additional-files value="input_additional.add.xml"/>
14
<route-files value="input_routes.rou.xml"/>
15
</input>
16
17
<output>
18
<write-license value="true"/>
19
<output-file value="routes.rou.xml"/>
20
<alternatives-output value="routes.rou.alt.xml"/>
21
</output>
22
23
<report>
24
<xml-validation value="never"/>
25
<no-step-log value="true"/>
26
</report>
27
28
</configuration>
29
-->
30
31
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
32
<vehicle id="v0" depart="10">
33
<route edges="beg beg2left"/>
34
</vehicle>
35
<container id="c0" depart="triggered">
36
<stop edge="beg" duration="10"/>
37
<transport from="beg" to="beg2left" lines="v0"/>
38
</container>
39
</routes>
40
41