Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/tools/assign/dua-iterate/fromJunction/input_trips.trips.xml
428531 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
<vType id="t" sigma="0" speedDev="0.1"/>
3
<trip id="0" type="t" depart="0" fromJunction="beg" toJunction="end"/>
4
<trip id="1" type="t" depart="10" fromJunction="beg" toJunction="end"/>
5
<trip id="2" type="t" depart="20" fromJunction="beg" toJunction="end"/>
6
<trip id="3" type="t" depart="30" fromJunction="beg" toJunction="end"/>
7
<trip id="4" type="t" depart="40" fromJunction="beg" toJunction="end"/>
8
<trip id="5" type="t" depart="50" fromJunction="beg" toJunction="end"/>
9
<trip id="6" type="t" depart="60" fromJunction="beg" toJunction="end"/>
10
<trip id="7" type="t" depart="70" fromJunction="beg" toJunction="end"/>
11
<trip id="8" type="t" depart="80" fromJunction="beg" toJunction="end"/>
12
<trip id="9" type="t" depart="90" fromJunction="beg" toJunction="end"/>
13
</routes>
14
15