Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/sumolib/xml/parse_fast/input_data.xml
428503 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 2021-11-23 12:49:33 by Eclipse SUMO sumo Version v1_11_0+0012-279bcfd
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
<additional-files value="input_routes.rou.xml,input_additional.add.xml,input_additional2.add.xml"/>
14
</input>
15
16
<output>
17
<write-license value="true"/>
18
</output>
19
20
<time>
21
<begin value="0"/>
22
<end value="150"/>
23
</time>
24
25
<processing>
26
<default.speeddev value="0"/>
27
</processing>
28
29
<report>
30
<xml-validation value="never"/>
31
<xml-validation.routes value="never"/>
32
<duration-log.disable value="true"/>
33
<no-step-log value="true"/>
34
</report>
35
36
</configuration>
37
-->
38
39
<meandata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/meandata_file.xsd">
40
<interval begin="0.00" end="1.00" id="dump_1">
41
<edge id="a" sid="23" value="10"/>
42
<edge id="b" sid="24" value="100"/>
43
<edgeRelation id="c" sid="24" value="1000"/>
44
</interval>
45
</meandata>
46
47