Path: blob/main/tests/tools/route/cut_routes/exitTimes/input_routes.rou.xml
428465 views
<?xml version="1.0"?>12<!-- generated on Thu Mar 28 08:29:15 2013 by SUMO sumo Version dev-SVN-r135403This data file and the accompanying materials4are made available under the terms of the Eclipse Public License v2.05which accompanies this distribution, and is available at6http://www.eclipse.org/legal/epl-v20.html7SPDX-License-Identifier: EPL-2.08<configuration xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/sumoConfiguration.xsd">910<input>11<net-file value="three_split.net.xml"/>12<route-files value="input_routes.rou.xml"/>13</input>1415<output>16<vehroute-output value="input_routes_with_exit_times.rou.xml"/>17<vehroute-output.exit-times value="true"/>18</output>1920<report>21<verbose value="true"/>22</report>2324</configuration>25-->2627<routes>28<vehicle id="left" type="fast" depart="0.00" arrival="219.00">29<route edges="beg beg2left left left2end end rend" exitTimes="26.00 63.00 138.00 178.00 200.00 219.00"/>30</vehicle>3132<vehicle id="straight" type="slow" depart="3.00" arrival="573.00">33<route edges="beg middle end rend" exitTimes="116.00 344.00 459.00 573.00"/>34</vehicle>3536</routes>373839