<?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"/>
    </vType>

    <person id="p0" depart="0">
        <ride from="A2B2" to="C2D2" lines="taxi"/>
    </person>

    <trip id="taxi_0" depart="3.00" type="taxi">
        <stop lane="A1B1_0" triggered="person"/>
    </trip>
    <trip id="taxi_1" depart="4.00" type="taxi">
        <stop lane="A1B1_0" triggered="person"/>
    </trip>
    <trip id="not_a_taxi" depart="5.00">
        <stop lane="A1B1_0" triggered="person"/>
    </trip>

</routes>
