Path: blob/main/tests/complex/traci/person/trip_chain/input_routes.rou.xml
169722 views
<routes>1<vType id="DEFAULT_VEHTYPE" sigma="0"/>2<person id="person0" depart="0" departPos="80">3<walk from="2/3to1/3" to="1/3to0/3" arrivalPos="55"/>4<ride from="1/3to0/3" to="0/4to1/4" lines="train0"/>5<walk from="0/4to1/4" to="1/4to2/4" arrivalPos="45"/>6<stop lane="1/4to2/4_0" duration="20" startPos="40" actType="singing"/>7<ride from="1/4to2/4" to="3/4to4/4" lines="car0"/>8</person>910<vehicle id="train0" depart="50">11<route edges="1/4to1/3 1/3to0/3 0/3to0/4 0/4to1/4 1/4to1/3"/>12<stop busStop="busStop0" until="120" duration="10"/>13<stop busStop="busStop1" until="180" duration="10"/>14</vehicle>1516<vehicle id="car0" depart="triggered" departPos="50">17<route edges="1/4to2/4 2/4to3/4 3/4to4/4"/>18</vehicle>1920</routes>212223