StopTimeList element
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<StopTimeList>
<stop>
<id>...</id>
<agencyId>...</agencyId>
</stop>
<routes>
<route routeShortName="..." routeLongName="..." routeDesc="..." routeUrl="..." routeColor="..." routeType="..." routeTextColor="..." routeBikesAllowed="...">
<id agency="..." id="..." />
<serviceId agency="..." id="..." />
</route>
<route routeShortName="..." routeLongName="..." routeDesc="..." routeUrl="..." routeColor="..." routeType="..." routeTextColor="..." routeBikesAllowed="...">
<!--...-->
</route>
<!--...more "route" elements...-->
</routes>
<stopTime realTime="..." delay="..." time="..." serviceDate="..." phase="..." direction="...">
<trip tripShortName="..." tripHeadsign="..." directionId="..." blockId="..." wheelchairAccessible="..." tripBikesAllowed="..." bikesAllowed="...">
<id agency="..." id="..." />
<serviceId agency="..." id="..." />
<routeId agency="..." id="..." />
<shapeId agency="..." id="..." />
</trip>
<stop stopName="..." stopLat="..." stopLon="..." stopCode="..." stopDesc="..." zoneId="..." stopUrl="..." locationType="..." parentStation="..." wheelchairBoarding="..." direction="...">
<id agency="..." id="..." />
<route>
<id>...</id>
<agencyId>...</agencyId>
</route>
<route>
<!--...-->
</route>
<!--...more "route" elements...-->
</stop>
</stopTime>
<stopTime realTime="..." delay="..." time="..." serviceDate="..." phase="..." direction="...">
<!--...-->
</stopTime>
<!--...more "stopTime" elements...-->
</StopTimeList>