Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/trigger/meandata2vss/plain/input_edgedata.xml
428477 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<!-- generated on 11/28/17 15:42:22 by SUMO Version dev-SVN-r26691
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="input_net.net.xml"/>
13
<route-files value="flows.tools"/>
14
<additional-files value="routes.tools,add.xml"/>
15
</input>
16
17
</configuration>
18
-->
19
20
<meandata xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/meandata_file.xsd">
21
<interval begin="0.00" end="3600.00" id="all">
22
<edge id="A" speed="7"/>
23
</interval>
24
<interval begin="3600.00" end="7200.00" id="all">
25
<edge id="A" speed="6"/>
26
</interval>
27
<interval begin="7200.00" end="10800.00" id="all">
28
<edge id="A" speed="22"/>
29
</interval>
30
<interval begin="10800.00" end="14400.00" id="all">
31
<edge id="A" speed="25"/>
32
</interval>
33
</meandata>
34
35