Path: blob/main/tests/duarouter/person/full_plan/input_routes.rou.xml
194321 views
<?xml version="1.0" encoding="UTF-8"?>12<!-- generated on Wed Mar 28 11:06:39 2018 by SUMO duarouter Version v0_32_0+0923-1eeb2883This 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/duarouterConfiguration.xsd">910<input>11<net-file value="input_net.net.xml"/>12<additional-files value="input_additional.add.xml"/>13<route-files value="input_routes.rou.xml"/>14</input>1516<output>17<write-license value="true"/>18<output-file value="routes.rou.xml"/>19<alternatives-output value="routes.rou.alt.xml"/>20</output>2122<report>23<xml-validation value="never"/>24<no-step-log value="true"/>25</report>2627</configuration>28-->2930<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">31<vehicle id="p0_0" depart="triggered">32<route edges="beg beg2left"/>33</vehicle>34<vehicle id="p0_1" depart="triggered">35<route edges="beg2left left"/>36</vehicle>37<person id="p0" depart="0.00">38<ride from="beg" to="beg2left" lines="p0_0"/>39<ride from="beg2left" to="left" lines="p0_1"/>40</person>41<person id="p1" depart="0.00">42<walk edges="beg beg2left"/>43<walk edges="beg2left left"/>44</person>45</routes>464748