| name | data type | description |
|---|---|---|
| StopPointRef | StopPointRef | |
| VisitNumber | number | |
| Order | number | |
| StopPointName | NaturalLanguageStringStructure | |
| TimingPoint | boolean | |
| BoardingStretch | boolean | |
| RequestStop | boolean | |
| DestinationDisplay | NaturalLanguageStringStructure | |
| CallNote | array of NaturalLanguageStringStructure | |
| AimedArrivalTime | string | |
| ArrivalPlatformName | NaturalLanguageStringStructure | |
| ArrivalBoardingActivity | ArrivalBoardingActivityEnumeration | |
| AimedDepartureTime | string | |
| DeparturePlatformName | NaturalLanguageStringStructure | |
| DepartureBoardingActivity | DepartureBoardingActivityEnumeration | |
| AimedHeadwayInterval | Duration | |
| TargetedInterchange | array of TargetedInterchangeStructure | |
| Extensions | Extensions |
Example
{
"StopPointRef" : {
"value" : "..."
},
"VisitNumber" : 12345,
"Order" : 12345,
"StopPointName" : {
"value" : "...",
"lang" : "..."
},
"TimingPoint" : true,
"BoardingStretch" : true,
"RequestStop" : true,
"DestinationDisplay" : {
"value" : "...",
"lang" : "..."
},
"CallNote" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"AimedArrivalTime" : "...",
"ArrivalPlatformName" : {
"value" : "...",
"lang" : "..."
},
"ArrivalBoardingActivity" : "noAlighting",
"AimedDepartureTime" : "...",
"DeparturePlatformName" : {
"value" : "...",
"lang" : "..."
},
"DepartureBoardingActivity" : "passThru",
"AimedHeadwayInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"TargetedInterchange" : [ {
"InterchangeCode" : "...",
"DistributorVehicleJourneyRef" : {
"value" : "..."
},
"DistributorConnectionLink" : {
"ConnectionLinkCode" : "...",
"StopPointRef" : { },
"StopPointName" : { },
"DefaultDuration" : { },
"FrequentTravellerDuration" : { },
"OccasionalTravellerDuration" : { },
"ImpairedAccessDuration" : { }
},
"DistributorConnectionLinkRef" : {
"value" : "..."
},
"DistributorVisitNumber" : 12345,
"DistributorOrder" : 12345,
"StaySeated" : true,
"Guaranteed" : true,
"Advertised" : true,
"MaximumWaitTime" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
}
}, {
"InterchangeCode" : "...",
"DistributorVehicleJourneyRef" : {
"value" : "..."
},
"DistributorConnectionLink" : {
"ConnectionLinkCode" : "...",
"StopPointRef" : { },
"StopPointName" : { },
"DefaultDuration" : { },
"FrequentTravellerDuration" : { },
"OccasionalTravellerDuration" : { },
"ImpairedAccessDuration" : { }
},
"DistributorConnectionLinkRef" : {
"value" : "..."
},
"DistributorVisitNumber" : 12345,
"DistributorOrder" : 12345,
"StaySeated" : true,
"Guaranteed" : true,
"Advertised" : true,
"MaximumWaitTime" : {
"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" : { }
}
}
}