name | data type | description |
---|---|---|
StopPointRef | StopPointRef | |
VisitNumber | number | |
Order | number | |
StopPointName | array of NaturalLanguageStringStructure | |
Cancellation | boolean | |
ExtraCall | boolean | |
PredictionInaccurate | boolean | |
Occupancy | OccupancyEnumeration | |
AimedArrivalTime | string | |
ExpectedArrivalTime | string | |
ActualArrivalTime | string | |
ArrivalPlatformName | NaturalLanguageStringStructure | |
AimedDepartureTime | string | |
ExpectedDepartureTime | string | |
DeparturePlatformName | NaturalLanguageStringStructure | |
ActualDepartureTime | string | |
AimedHeadwayInterval | Duration | |
ExpectedHeadwayInterval | Duration | |
ActualHeadwayInterval | Duration | |
Extensions | Extensions |
Example
{ "StopPointRef" : { "value" : "..." }, "VisitNumber" : 12345, "Order" : 12345, "StopPointName" : [ { "value" : "...", "lang" : "..." }, { "value" : "...", "lang" : "..." } ], "Cancellation" : true, "ExtraCall" : true, "PredictionInaccurate" : true, "Occupancy" : "standingAvailable", "AimedArrivalTime" : "...", "ExpectedArrivalTime" : "...", "ActualArrivalTime" : "...", "ArrivalPlatformName" : { "value" : "...", "lang" : "..." }, "AimedDepartureTime" : "...", "ExpectedDepartureTime" : "...", "DeparturePlatformName" : { "value" : "...", "lang" : "..." }, "ActualDepartureTime" : "...", "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 }, "ActualHeadwayInterval" : { "sign" : 12345, "seconds" : 12345, "months" : 12345, "years" : 12345, "days" : 12345, "XMLSchemaType" : "...", "hours" : 12345, "minutes" : 12345 }, "Extensions" : { "anies" : [ { "tagName" : "...", "schemaTypeInfo" : { }, "ownerDocument" : { }, "firstChild" : { }, "prefix" : "...", "nextSibling" : { }, "parentNode" : { }, "nodeType" : 12345, "nodeValue" : "...", "nodeName" : "...", "namespaceURI" : "...", "childNodes" : { }, "baseURI" : "...", "localName" : "...", "attributes" : { }, "lastChild" : { }, "textContent" : "...", "previousSibling" : { } }, { "tagName" : "...", "schemaTypeInfo" : { }, "ownerDocument" : { }, "firstChild" : { }, "prefix" : "...", "nextSibling" : { }, "parentNode" : { }, "nodeType" : 12345, "nodeValue" : "...", "nodeName" : "...", "namespaceURI" : "...", "childNodes" : { }, "baseURI" : "...", "localName" : "...", "attributes" : { }, "lastChild" : { }, "textContent" : "...", "previousSibling" : { } } ] } }