Type name: TrainTrip
Extends Intangible
Name | Type | Description |
---|---|---|
arrivalPlatform | Text | The platform where the train arrives. |
arrivalStation | TrainStation | The station where the train trip ends. |
arrivalTime | DateTime | The expected arrival time. |
departurePlatform | Text | The platform from which the train departs. |
departureStation | TrainStation | The station from which the train departs. |
departureTime | DateTime | The expected departure time. |
provider | Organization or Person | The organization providing the reservation. |
trainName | Text | The name of the train (e.g. The Orient Express). |
trainNumber | Text | The unique identifier for the train. |