Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
eclipse
GitHub Repository: eclipse/sumo
Path: blob/main/tests/duarouter/trips/stops/stops_params/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
<trip id="0" depart="0" from="beg" to="rend">
3
<stop lane="left_0" duration="10" posLat="-2" actType="custom">
4
<param key="a" value="1"/>
5
</stop>
6
<stop lane="end_0" duration="10" posLat="-2" actType="custom2">
7
<param key="b" value="2"/>
8
</stop>
9
<param key="c" value="3"/>
10
</trip>
11
</routes>
12
13