<?xml version="1.0" encoding="UTF-8"?>
<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
    <vType id="taxi" vClass="taxi">
        <param key="has.taxi.device" value="true"/>
        <param key="device.taxi.pickUpDuration" value="60"/>
        <param key="device.taxi.dropOffDuration" value="120"/>
    </vType>
    <trip id="taxiA" depart="0.00" type="taxi">
        <stop lane="A0B0_1" triggered="person"/>
    </trip>
    <trip id="taxiB" depart="0.00" type="taxi">
        <stop lane="A0B0_1" triggered="person"/>
    </trip>
    <trip id="taxiC" depart="0.00" type="taxi">
        <stop lane="A0B0_1" triggered="person"/>
    </trip>

</routes>
