| name | data type | description |
|---|---|---|
| OnwardCall | array of OnwardCallStructure |
Example
{
"OnwardCall" : [ {
"VehicleAtStop" : true,
"TimingPoint" : true,
"AimedArrivalTime" : "...",
"ExpectedArrivalTime" : "...",
"ExpectedArrivalPredictionQuality" : {
"PredictionLevel" : "unconfirmed",
"Percentile" : 12345.0,
"LowerTimeLimit" : "...",
"HigherTimeLimit" : "..."
},
"ArrivalStatus" : "arrived",
"ArrivalProximityText" : {
"value" : "...",
"lang" : "..."
},
"ArrivalPlatformName" : {
"value" : "...",
"lang" : "..."
},
"ArrivalBoardingActivity" : "alighting",
"ArrivalStopAssignment" : {
"AimedQuayRef" : { },
"AimedQuayName" : [ { }, { } ],
"ExpectedQuayRef" : { },
"ActualQuayRef" : { }
},
"ArrivalOperatorRefs" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"AimedDepartureTime" : "...",
"ExpectedDepartureTime" : "...",
"ProvisionalExpectedDepartureTime" : "...",
"EarliestExpectedDepartureTime" : "...",
"ExpectedDeparturePredictionQuality" : {
"PredictionLevel" : "unconfirmed",
"Percentile" : 12345.0,
"LowerTimeLimit" : "...",
"HigherTimeLimit" : "..."
},
"AimedLatestPassengerAccessTime" : "...",
"ExpectedLatestPassengerAccessTime" : "...",
"DepartureStatus" : "departed",
"DepartureProximityText" : {
"value" : "...",
"lang" : "..."
},
"DeparturePlatformName" : {
"value" : "...",
"lang" : "..."
},
"DepartureBoardingActivity" : "passThru",
"DepartureStopAssignment" : {
"AimedQuayRef" : { },
"AimedQuayName" : [ { }, { } ],
"ExpectedQuayRef" : { },
"ActualQuayRef" : { }
},
"DepartureOperatorRefs" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"AimedHeadwayInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"ExpectedHeadwayInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"DistanceFromStop" : 12345,
"NumberOfStopsAway" : 12345,
"Extensions" : {
"anies" : [ { }, { } ]
},
"StopPointRef" : {
"value" : "..."
},
"VisitNumber" : 12345,
"Order" : 12345,
"StopPointName" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ]
}, {
"VehicleAtStop" : true,
"TimingPoint" : true,
"AimedArrivalTime" : "...",
"ExpectedArrivalTime" : "...",
"ExpectedArrivalPredictionQuality" : {
"PredictionLevel" : "certain",
"Percentile" : 12345.0,
"LowerTimeLimit" : "...",
"HigherTimeLimit" : "..."
},
"ArrivalStatus" : "noReport",
"ArrivalProximityText" : {
"value" : "...",
"lang" : "..."
},
"ArrivalPlatformName" : {
"value" : "...",
"lang" : "..."
},
"ArrivalBoardingActivity" : "alighting",
"ArrivalStopAssignment" : {
"AimedQuayRef" : { },
"AimedQuayName" : [ { }, { } ],
"ExpectedQuayRef" : { },
"ActualQuayRef" : { }
},
"ArrivalOperatorRefs" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"AimedDepartureTime" : "...",
"ExpectedDepartureTime" : "...",
"ProvisionalExpectedDepartureTime" : "...",
"EarliestExpectedDepartureTime" : "...",
"ExpectedDeparturePredictionQuality" : {
"PredictionLevel" : "reliable",
"Percentile" : 12345.0,
"LowerTimeLimit" : "...",
"HigherTimeLimit" : "..."
},
"AimedLatestPassengerAccessTime" : "...",
"ExpectedLatestPassengerAccessTime" : "...",
"DepartureStatus" : "onTime",
"DepartureProximityText" : {
"value" : "...",
"lang" : "..."
},
"DeparturePlatformName" : {
"value" : "...",
"lang" : "..."
},
"DepartureBoardingActivity" : "boarding",
"DepartureStopAssignment" : {
"AimedQuayRef" : { },
"AimedQuayName" : [ { }, { } ],
"ExpectedQuayRef" : { },
"ActualQuayRef" : { }
},
"DepartureOperatorRefs" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"AimedHeadwayInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"ExpectedHeadwayInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"DistanceFromStop" : 12345,
"NumberOfStopsAway" : 12345,
"Extensions" : {
"anies" : [ { }, { } ]
},
"StopPointRef" : {
"value" : "..."
},
"VisitNumber" : 12345,
"Order" : 12345,
"StopPointName" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ]
} ]
}