| name | data type | description |
|---|---|---|
| VehicleAtStop | boolean | |
| VehicleLocationAtStop | LocationStructure | |
| ReversesAtStop | boolean | |
| PlatformTraversal | boolean | |
| SignalStatus | string | |
| TimingPoint | boolean | |
| BoardingStretch | boolean | |
| RequestStop | boolean | |
| DestinationDisplay | NaturalLanguageStringStructure | |
| CallNote | array of NaturalLanguageStringStructure | |
| SituationRef | array of SituationRefStructure | |
| FacilityChange | FacilityChangeStructure | |
| AimedArrivalTime | string | |
| ActualArrivalTime | string | |
| ExpectedArrivalTime | string | |
| ArrivalStatus | CallStatusEnumeration | |
| ArrivalPlatformName | NaturalLanguageStringStructure | |
| ArrivalBoardingActivity | ArrivalBoardingActivityEnumeration | |
| AimedDepartureTime | string | |
| ActualDepartureTime | string | |
| ExpectedDepartureTime | string | |
| DepartureStatus | CallStatusEnumeration | |
| DeparturePlatformName | NaturalLanguageStringStructure | |
| DepartureBoardingActivity | DepartureBoardingActivityEnumeration | |
| AimedHeadwayInterval | Duration | |
| ExpectedHeadwayInterval | Duration | |
Properties inherited from AbstractMonitoredCallStructure |
||
| StopPointRef | StopPointRefStructure | |
| VisitNumber | number | |
| Order | number | |
| StopPointName | NaturalLanguageStringStructure | |
Example
{
"VehicleAtStop" : true,
"VehicleLocationAtStop" : {
"Longitude" : 12345.0,
"Latitude" : 12345.0,
"Coordinates" : {
"value" : [ "...", "..." ]
},
"Precision" : 12345,
"id" : "...",
"srsName" : "..."
},
"ReversesAtStop" : true,
"PlatformTraversal" : true,
"SignalStatus" : "...",
"TimingPoint" : true,
"BoardingStretch" : true,
"RequestStop" : true,
"DestinationDisplay" : {
"value" : "...",
"lang" : "..."
},
"CallNote" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"SituationRef" : [ {
"value" : "..."
}, {
"value" : "..."
} ],
"FacilityChange" : {
"EquipmentAvailability" : {
"EquipmentRef" : { },
"Description" : { },
"EquipmentStatus" : "notAvailable",
"ValidityPeriod" : { },
"EquipmentTypeRef" : { },
"EquipmentFeatures" : { }
},
"SituationRef" : {
"value" : "..."
},
"MobilityDisruption" : {
"MobilityImpairedAccess" : true,
"MobilityFacility" : [ "facmob_6", "unaccompaniedMinorAssistance" ]
}
},
"AimedArrivalTime" : "...",
"ActualArrivalTime" : "...",
"ExpectedArrivalTime" : "...",
"ArrivalStatus" : "noReport",
"ArrivalPlatformName" : {
"value" : "...",
"lang" : "..."
},
"ArrivalBoardingActivity" : "noAlighting",
"AimedDepartureTime" : "...",
"ActualDepartureTime" : "...",
"ExpectedDepartureTime" : "...",
"DepartureStatus" : "early",
"DeparturePlatformName" : {
"value" : "...",
"lang" : "..."
},
"DepartureBoardingActivity" : "passThru",
"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
},
"StopPointRef" : {
"value" : "..."
},
"VisitNumber" : 12345,
"Order" : 12345,
"StopPointName" : {
"value" : "...",
"lang" : "..."
}
}