Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/visualization/plotXMLAttributes/heterogeneous_input/input_data.xml
428422 views
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
4
<!-- VTypes -->
5
<vType id="t_0"/>
6
<vType id="t_1"/>
7
<!-- Vehicles, persons and containers (sorted by depart) -->
8
<flow id="f_0" begin="0.00" end="3600.00" vehsPerHour="40.00">
9
<route edges="-23913525#1 -23913525#0 178028204#9 -20553068#3 -20553068#2 -20553068#1" color="red"/>
10
</flow>
11
<flow id="f_1" begin="0.00" end="3600.00" vehsPerHour="40.00">
12
<route edges="140964924 178028204#9 -20553068#3 -20553068#2 -20553068#1"/>
13
</flow>
14
<flow id="f_2" begin="0.00" end="3600.00" vehsPerHour="559.96">
15
<route edges="-45875465 -152839426 -178028204#9 -178028204#4 -178028204#3 -178028203#2 -178028203#1 -1072269112#0"/>
16
</flow>
17
<flow id="f_3" begin="0.00" end="3600.00" vehsPerHour="450.00">
18
<route edges="178028203#2 178028204#1 178028204#4 178028204#9 166142947#1 -152839428"/>
19
</flow>
20
<flow id="f_4" type="t_0" begin="0.00" end="3600.00" vehsPerHour="200.00">
21
<route edges="-152839426 -178028204#9 23913525#0"/>
22
</flow>
23
</routes>
24
25