1<routes xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="http://sumo.dlr.de/xsd/routes_file.xsd"> 2 <trip id="early" depart="0" from="src" to="dest"/> 3 <trip id="later" depart="3600" from="src" to="dest"/> 4</routes> 5 6