Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/duarouter/trips/write-trips.junctions/input_trips.trips.xml
185786 views
1
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
2
<trip id="0" depart="0" from="beg" to="rend">
3
<stop busStop="busStop#1" duration="10"/>
4
</trip>
5
<trip id="1" depart="0" from="end" to="beg"/>
6
<trip id="2" depart="0" from="beg" to="rend" via="left"/>
7
</routes>
8
9