| name | data type | description |
|---|---|---|
| StopPointRef | StopPointRefStructure | |
| VisitNumber | number | |
| Order | number | |
| StopPointName | NaturalLanguageStringStructure | |
| TimingPoint | boolean | |
| BoardingStretch | boolean | |
| RequestStop | boolean | |
| DestinationDisplay | NaturalLanguageStringStructure | |
| CallNote | array of NaturalLanguageStringStructure | |
| FacilityChangeElement | FacilityChangeStructure | |
| AimedArrivalTime | string | |
| ArrivalPlatformName | NaturalLanguageStringStructure | |
| ArrivalBoardingActivity | ArrivalBoardingActivityEnumeration | |
| AimedDepartureTime | string | |
| DeparturePlatformName | NaturalLanguageStringStructure | |
| DepartureBoardingActivity | DepartureBoardingActivityEnumeration | |
| AimedHeadwayInterval | Duration | |
| TargetedInterchange | array of TargetedInterchangeStructure | |
| Extensions | ExtensionsStructure |
Example
{
"StopPointRef" : {
"value" : "..."
},
"VisitNumber" : 12345,
"Order" : 12345,
"StopPointName" : {
"value" : "...",
"lang" : "..."
},
"TimingPoint" : true,
"BoardingStretch" : true,
"RequestStop" : true,
"DestinationDisplay" : {
"value" : "...",
"lang" : "..."
},
"CallNote" : [ {
"value" : "...",
"lang" : "..."
}, {
"value" : "...",
"lang" : "..."
} ],
"FacilityChangeElement" : {
"EquipmentAvailability" : {
"EquipmentRef" : { },
"Description" : { },
"EquipmentStatus" : "available",
"ValidityPeriod" : { },
"EquipmentTypeRef" : { },
"EquipmentFeatures" : { }
},
"SituationRef" : {
"value" : "..."
},
"MobilityDisruption" : {
"MobilityImpairedAccess" : true,
"MobilityFacility" : [ "pti23_16", "lowFloor" ]
}
},
"AimedArrivalTime" : "...",
"ArrivalPlatformName" : {
"value" : "...",
"lang" : "..."
},
"ArrivalBoardingActivity" : "noAlighting",
"AimedDepartureTime" : "...",
"DeparturePlatformName" : {
"value" : "...",
"lang" : "..."
},
"DepartureBoardingActivity" : "boarding",
"AimedHeadwayInterval" : {
"sign" : 12345,
"seconds" : 12345,
"months" : 12345,
"years" : 12345,
"days" : 12345,
"XMLSchemaType" : "...",
"hours" : 12345,
"minutes" : 12345
},
"TargetedInterchange" : [ {
"InterchangeCode" : "...",
"DistributorVehicleJourneyRef" : {
"value" : "..."
},
"DistributorConnectionLinkRef" : {
"value" : "..."
},
"DistributorConnectionLink" : {
"ConnectionLinkCode" : "...",
"StopPointRef" : { },
"StopPointName" : { },
"DefaultDuration" : { },
"FrequentTravellerDuration" : { },
"OccasionalTravellerDuration" : { },
"ImpairedAccessDuration" : { }
},
"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" : "..."
},
"DistributorConnectionLinkRef" : {
"value" : "..."
},
"DistributorConnectionLink" : {
"ConnectionLinkCode" : "...",
"StopPointRef" : { },
"StopPointName" : { },
"DefaultDuration" : { },
"FrequentTravellerDuration" : { },
"OccasionalTravellerDuration" : { },
"ImpairedAccessDuration" : { }
},
"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" : { }
}
}