StopList element

Type: stopList
Namespace: (default namespace)
XML Schema: ns0.xsd

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>