1<routes> 2 <trip id="0" from="WC" to="CE" depart="40"> 3 <stop busStop="Stop" duration="300"/> 4 </trip> 5 <trip id="1" from="WC" to="CE" depart="60"> 6 <stop busStop="Stop" duration="10"/> 7 </trip> 8</routes> 9 10