<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd">
   <route id="horizontal" edges="2fi 2si 1o"/>
   <vehicle id="veh0" route="horizontal" depart="0"/>

   <vType id="pType" maxSpeed="7"/>
   <person id="ped0" depart="0" departPos="-10">
       <walk edges="2fi 2si 1o"/>
   </person>
</routes>
