| name | data type | description |
|---|---|---|
| StopPointRef | StopPointRef | |
| VisitNumber | number | |
| Order | number | |
| StopPointName | NaturalLanguageStringStructure | |
| Cancellation | boolean | |
| ExtraCall | boolean | |
| PredictionInaccurate | boolean | |
| Occupancy | OccupancyEnumeration | |
| TimingPoint | boolean | |
| BoardingStretch | boolean | |
| RequestStop | boolean | |
| DestinationDisplay | NaturalLanguageStringStructure | |
| CallNote | array of NaturalLanguageStringStructure | |
| FacilityConditionElement | array of FacilityConditionElement | |
| FacilityChangeElement | FacilityChangeElement | |
| SituationRef | array of SituationRef | |
| AimedArrivalTime | string | |
| ExpectedArrivalTime | string | |
| ArrivalStatus | CallStatusEnumeration | |
| ArrivalPlatformName | NaturalLanguageStringStructure | |
| ArrivalBoardingActivity | ArrivalBoardingActivityEnumeration | |
| AimedDepartureTime | string | |
| ExpectedDepartureTime | string | |
| DepartureStatus | CallStatusEnumeration | |
| DeparturePlatformName | NaturalLanguageStringStructure | |
| DepartureBoardingActivity | DepartureBoardingActivityEnumeration | |
| AimedHeadwayInterval | Duration | |
| ExpectedHeadwayInterval | Duration | |
| Extensions | Extensions |
Example
{
"StopPointRef" : {
"value" : "..."
},
"VisitNumber" : 12345,
"Order" : 12345,
"StopPointName" : {
"value" : "...",
"lang" : "..."
},
"Cancellation" : true,
"ExtraCall" : true,
"PredictionInaccurate" : true,
"Occupancy" : "standingAvailable",
"TimingPoint" : true,
"BoardingStretch" : true,
"RequestStop" : true,
"DestinationDisplay" : {
"value" : "...",
"lang" : "..."
},
"CallNote" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"FacilityConditionElement" : [ {
"FacilityRef" : {
"value" : "..."
},
"Facility" : {
"FacilityCode" : "...",
"Description" : { },
"FacilityClass" : [ "serviceProvidedByIndividual", "fixedEquipment" ],
"Features" : { },
"OwnerRef" : { },
"OwnerName" : { },
"ValidityCondition" : { },
"FacilityLocation" : { },
"Limitations" : { },
"Suitabilities" : { },
"AccessibilityAssessment" : { },
"Extensions" : { }
},
"FacilityStatus" : {
"Status" : "removed",
"Description" : { },
"AccessibilityAssessment" : { },
"Extensions" : { }
},
"SituationRef" : {
"SituationSimpleRef" : { },
"SituationFullRef" : { }
},
"Remedy" : {
"RemedyType" : "repair",
"Description" : { },
"Extensions" : { }
},
"MonitoringInfo" : {
"MonitoringInterval" : { },
"MonitoringType" : "unknown",
"MonitoringPeriod" : { },
"Extensions" : { }
},
"ValidityPeriod" : {
"StartTime" : "...",
"EndTime" : "..."
},
"Extensions" : {
"any" : { }
}
}, {
"FacilityRef" : {
"value" : "..."
},
"Facility" : {
"FacilityCode" : "...",
"Description" : { },
"FacilityClass" : [ "reservedArea", "fixedEquipment" ],
"Features" : { },
"OwnerRef" : { },
"OwnerName" : { },
"ValidityCondition" : { },
"FacilityLocation" : { },
"Limitations" : { },
"Suitabilities" : { },
"AccessibilityAssessment" : { },
"Extensions" : { }
},
"FacilityStatus" : {
"Status" : "removed",
"Description" : { },
"AccessibilityAssessment" : { },
"Extensions" : { }
},
"SituationRef" : {
"SituationSimpleRef" : { },
"SituationFullRef" : { }
},
"Remedy" : {
"RemedyType" : "remove",
"Description" : { },
"Extensions" : { }
},
"MonitoringInfo" : {
"MonitoringInterval" : { },
"MonitoringType" : "unknown",
"MonitoringPeriod" : { },
"Extensions" : { }
},
"ValidityPeriod" : {
"StartTime" : "...",
"EndTime" : "..."
},
"Extensions" : {
"any" : { }
}
} ],
"FacilityChangeElement" : {
"EquipmentAvailability" : {
"EquipmentRef" : { },
"Description" : { },
"EquipmentTypeRef" : { },
"ValidityPeriod" : { },
"EquipmentStatus" : "unknown",
"EquipmentFeatures" : { },
"Extensions" : { }
},
"SituationRef" : {
"SituationSimpleRef" : { },
"SituationFullRef" : { }
},
"MobilityDisruption" : {
"MobilityImpairedAccess" : true,
"AccessFacility" : [ "barrier", "shuttle" ]
}
},
"SituationRef" : [ {
"SituationSimpleRef" : {
"value" : "..."
},
"SituationFullRef" : {
"VersionCountryRef" : { },
"ParticipantRef" : { },
"SituationNumber" : { },
"UpdateCountryRef" : { },
"UpdateParticipantRef" : { },
"Version" : { }
}
}, {
"SituationSimpleRef" : {
"value" : "..."
},
"SituationFullRef" : {
"VersionCountryRef" : { },
"ParticipantRef" : { },
"SituationNumber" : { },
"UpdateCountryRef" : { },
"UpdateParticipantRef" : { },
"Version" : { }
}
} ],
"AimedArrivalTime" : "...",
"ExpectedArrivalTime" : "...",
"ArrivalStatus" : "cancelled",
"ArrivalPlatformName" : {
"value" : "...",
"lang" : "..."
},
"ArrivalBoardingActivity" : "alighting",
"AimedDepartureTime" : "...",
"ExpectedDepartureTime" : "...",
"DepartureStatus" : "early",
"DeparturePlatformName" : {
"value" : "...",
"lang" : "..."
},
"DepartureBoardingActivity" : "noBoarding",
"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
},
"Extensions" : {
"any" : {
"tagName" : "...",
"schemaTypeInfo" : { },
"ownerDocument" : { },
"firstChild" : { },
"prefix" : "...",
"nextSibling" : { },
"parentNode" : { },
"nodeType" : 12345,
"nodeValue" : "...",
"nodeName" : "...",
"namespaceURI" : "...",
"childNodes" : { },
"baseURI" : "...",
"localName" : "...",
"attributes" : { },
"lastChild" : { },
"textContent" : "...",
"previousSibling" : { }
}
}
}