Path: blob/main/tests/duarouter/container/triggered/basic/input_routes.rou.xml
185996 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="v0" depart="10">32<route edges="beg beg2left"/>33</vehicle>34<container id="c0" depart="triggered">35<transport from="beg" to="beg2left" lines="v0"/>36</container>37<container id="c1" depart="triggered">38<transport from="beg" to="beg2left" lines="v0"/>39</container>40</routes>414243