Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/xml/xml2csv/cross3ltl_vehroutes_schema/source.xml
428437 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on Wed Jan 15 08:45:09 2014 by SUMO sumo Version dev-SVN-r15378
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/sumoConfiguration.xsd">
10
11
<input>
12
<net-file value="net.net.xml"/>
13
<route-files value="input_routes.rou.xml"/>
14
</input>
15
16
<output>
17
<vehroute-output value="vehroutes.xml"/>
18
</output>
19
20
<time>
21
<begin value="0"/>
22
<end value="1000"/>
23
</time>
24
25
<report>
26
<no-duration-log value="true"/>
27
<no-step-log value="true"/>
28
</report>
29
30
</configuration>
31
-->
32
33
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
34
<vehicle id="horizontal.0" depart="100.00" arrival="310.00">
35
<route edges="2fi 2si 1o 1fi 1si 2o 2fi"/>
36
</vehicle>
37
38
<vehicle id="horizontal.1" depart="110.00" arrival="320.00">
39
<route edges="2fi 2si 1o 1fi 1si 2o 2fi"/>
40
</vehicle>
41
42
<vehicle id="vertical.0" depart="102.00" arrival="346.00">
43
<route edges="3fi 3si 4o 4fi 4si 3o 3fi"/>
44
</vehicle>
45
46
<vehicle id="vertical.1" depart="113.00" arrival="348.00">
47
<route edges="3fi 3si 4o 4fi 4si 3o 3fi"/>
48
</vehicle>
49
</routes>
50
51