...
Element | Required | Notes |
---|---|---|
Order | Required | The index of this call in a trip. Must be a value <= 999 |
AimedDepartureTime | Required, except for last call | The originally planned departure time |
AimedArrivalTime | Required, except for first call | The originally planned arrival time |
ExpectedDepartureTime | Optional, ignored on last call | The prognosis for what the actual departure time will be |
ExpectedArrivalTime | Optional, ignored on first call | The prognosis for what the actual arrival time will be |
StopPointRef | Required | The quay where the vehicle will call, should match with static data |
DepartureStopAssignment > AimedQuayRef | Optional | The scheduled quay for departure |
DepartureStopAssignment > ExpectedQuayRef | Optional | The expected quay for departure |
ArrivalStopAssignment > AimedQuayRef | Optional | The scheduled quay for arrival |
ArrivalStopAssignment > ExpectedQuayRef | Optional | The expected quay for arrival |
DepartureStatus | Optional | If not set, |
ArrivalStatus | Optional | If not set, |
...
Element | Required | Notes |
---|---|---|
Order | Required | The index of this call in a trip. Must be a value <= 999 |
ExpectedDepartureTime | Required, except for last call | The originally planned departure time |
ExpectedArrivalTime | Required, except for first call | The originally planned arrival time |
ActualDepartureTime | Optional, ignored on last call | The actual departure time |
ActualArrivalTime | Optional, ignored on first call | The actual arrival time |
StopPointRef | Required | The quay where the vehicle has called, should match with static data |
...