TripList element

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

Example XML

<?xml version="1.0" encoding="UTF-8"?> <TripList> <tripMatch> <trip tripShortName="..." tripHeadsign="..." directionId="..." blockId="..." wheelchairAccessible="..." tripBikesAllowed="..." bikesAllowed="..."> <id agency="..." id="..." /> <serviceId agency="..." id="..." /> <routeId agency="..." id="..." /> <shapeId agency="..." id="..." /> </trip> <matchDistanceMeter>...</matchDistanceMeter> <matchTimeSeconds>...</matchTimeSeconds> <matchFactor>...</matchFactor> </tripMatch> <tripMatch> <!--...--> </tripMatch> <!--...more "tripMatch" elements...--> </TripList>