Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/duarouter/trips/max-traveltime/input_trips.trips.xml
185996 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="0" speedFactor="0.5"/>
3
<trip id="0" depart="0" from="beg" to="rend" type="0"/>
4
<trip id="1" depart="0" from="beg" to="rend" speedFactor="0.5"/>
5
<trip id="2" depart="0" from="beg" to="rend"/>
6
</routes>
7
8