Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/sumolib/xml/parse_structured_routes/input_data.xml
428527 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2021-08-25 09:17:17 by Eclipse SUMO sumo Version v1_10_0+0203-1388c96
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
<additional-files value="input_additional.add.xml"/>
15
</input>
16
17
<output>
18
<write-license value="true"/>
19
<vehroute-output value="vehroutes.xml"/>
20
<vehroute-output.exit-times value="true"/>
21
</output>
22
23
<processing>
24
<default.speeddev value="0"/>
25
</processing>
26
27
<report>
28
<xml-validation value="never"/>
29
<xml-validation.routes value="never"/>
30
<duration-log.disable value="true"/>
31
<no-step-log value="true"/>
32
</report>
33
34
</configuration>
35
-->
36
37
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
38
<person id="p0" depart="0.00" arrival="159.00">
39
<ride from="beg" to="end" parkingArea="pEnd" lines="car" started="32.00" ended="159.00"/>
40
</person>
41
42
<vehicle id="car" depart="0.00" arrival="210.00">
43
<route edges="beg beg2left left left2end end" exitTimes="33.00 58.00 111.00 135.00 210.00"/>
44
<stop busStop="beg_0" until="10.00" started="31.00" ended="32.00"/>
45
<stop busStop="left_0" until="110.00" started="99.00" ended="110.00"/>
46
<stop busStop="end_0" until="210.00" started="159.00" ended="210.00"/>
47
</vehicle>
48
49
</routes>
50
51