This wiki is a work in progress.
The components and their content in Part 2 - Scheduled Timetables which are supported by the Portuguese profile.
Common properties of a journey.
The arrival of a ServiceJourney to make a Call at a ScheduledStopPoint.
Name | Type | Cardinality | Description |
---|---|---|---|
Time | xsd:time | 1:1 | Latest time of arrival. |
ForAlighting | xsd:boolean | 1:1 | Whether alighting is allowed for the Call. |
A visit to a ScheduledStopPoint as part of a ServiceJourney.
The Call is a view that brings together data relating to the individual visit.
Name | Type | Cardinality | Description |
---|---|---|---|
order | xsd:positiveInteger | 0:1 | Stop sequence of the Call within the Journey. |
ScheduledStopPointRef | ScheduledStopPointRef | 0:1 | Reference to a ScheduledStopPoint. |
Arrival | Arrival | 0:1 | Arrival part of the Call. |
Departure | Departure | 0:1 | Departure part of the Call. |
The departure of a ServiceJourney from making a Call at a ScheduledStopPoint.
Name | Type | Cardinality | Description |
---|---|---|---|
Time | xsd:time | 1:1 | Latest time of departure. |
ForBoarding | xsd:boolean | 1:1 | Whether boarding is allowed for the Call. |
A passenger carrying VehicleJourney for one specified DayType.
ServiceJourney is a specialisation of VehicleJourney.
Name | Type | Cardinality | Description |
---|---|---|---|
LineRef | LineRef | 0:1 | Reference to a Line. |
DirectionType | DirectionTypeEnum | 0:1 | The type of direction of the ServiceJourney. |
JourneyPatternView | JourneyPatternView | 0:1 | Reference to the JourneyPattern of the ServiceJourney. |
calls | Call | 0:* | Collection of references to the Calls made by the ServiceJourney. |
The planned movement of a public transport vehicle on a DayType from the start point to the end point of a JourneyPattern on a specified Route.
VehicleJourney is a realisation of Journey.
Name | Type | Cardinality | Description |
---|---|---|---|
dayTypes | DayTypeRef | 1:* | Reference to the DayTypes on which the VehicleJourney runs. |