StopList element
Example XML
<?xml version="1.0" encoding="UTF-8"?>
<StopList>
<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>
<stop stopName="..." stopLat="..." stopLon="..." stopCode="..." stopDesc="..." zoneId="..." stopUrl="..." locationType="..." parentStation="..." wheelchairBoarding="..." direction="...">
<!--...-->
</stop>
<!--...more "stop" elements...-->
</StopList>