name | data type | description |
---|---|---|
StopPointRef | StopPointRef | |
VisitNumber | number | |
Order | number | |
TimingPoint | boolean | |
OperatorRef | OperatorRefStructure | |
ProductCategoryRef | ProductCategoryRefStructure | |
ServiceFeatureRef | array of ServiceFeatureRef | |
VehicleFeatureRef | array of VehicleFeatureRefStructure | |
AimedArrivalTime | string | |
ArrivalPlatformName | NaturalLanguageStringStructure | |
ArrivalBoardingActivity | ArrivalBoardingActivityEnumeration | |
AimedDepartureTime | string | |
DeparturePlatformName | NaturalLanguageStringStructure | |
DepartureBoardingActivity | DepartureBoardingActivityEnumeration | |
AimedHeadwayInterval | Duration |
Example
{ "StopPointRef" : { "value" : "..." }, "VisitNumber" : 12345, "Order" : 12345, "TimingPoint" : true, "OperatorRef" : { "value" : "..." }, "ProductCategoryRef" : { "value" : "..." }, "ServiceFeatureRef" : [ { "value" : "..." }, { "value" : "..." } ], "VehicleFeatureRef" : [ { "value" : "..." }, { "value" : "..." } ], "AimedArrivalTime" : "...", "ArrivalPlatformName" : { "value" : "...", "lang" : "..." }, "ArrivalBoardingActivity" : "passThru", "AimedDepartureTime" : "...", "DeparturePlatformName" : { "value" : "...", "lang" : "..." }, "DepartureBoardingActivity" : "passThru", "AimedHeadwayInterval" : { "sign" : 12345, "seconds" : 12345, "months" : 12345, "years" : 12345, "days" : 12345, "XMLSchemaType" : "...", "hours" : 12345, "minutes" : 12345 } }