Path: blob/main/tests/tools/sumolib/xml/parse_structured_routes/input_data.xml
428527 views
<?xml version="1.0" encoding="UTF-8"?>12<!-- generated on 2021-08-25 09:17:17 by Eclipse SUMO sumo Version v1_10_0+0203-1388c963This 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="net.net.xml"/>12<route-files value="input_routes.rou.xml"/>13<additional-files value="input_additional.add.xml"/>14</input>1516<output>17<write-license value="true"/>18<vehroute-output value="vehroutes.xml"/>19<vehroute-output.exit-times value="true"/>20</output>2122<processing>23<default.speeddev value="0"/>24</processing>2526<report>27<xml-validation value="never"/>28<xml-validation.routes value="never"/>29<duration-log.disable value="true"/>30<no-step-log value="true"/>31</report>3233</configuration>34-->3536<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">37<person id="p0" depart="0.00" arrival="159.00">38<ride from="beg" to="end" parkingArea="pEnd" lines="car" started="32.00" ended="159.00"/>39</person>4041<vehicle id="car" depart="0.00" arrival="210.00">42<route edges="beg beg2left left left2end end" exitTimes="33.00 58.00 111.00 135.00 210.00"/>43<stop busStop="beg_0" until="10.00" started="31.00" ended="32.00"/>44<stop busStop="left_0" until="110.00" started="99.00" ended="110.00"/>45<stop busStop="end_0" until="210.00" started="159.00" ended="210.00"/>46</vehicle>4748</routes>495051