TransXChange
Examples 2.4 - Circular route
Summary
A circular route served in a clockwise direction by a single operator. All vehicle journeys have the same timings.
- Circular route.
- Reuse of route sections.
- Multiple Line.
- Operational Profile for different Weekend service, with fewer journeys and different evening journey times. Overriding of a default profile.
- Journeys that run past end of day/midnight boundary.
- Journeys that start or end in a different day from the Journey profile day type marked with Day Shift. (TXC v2.4)
- Partial Traversal of Route / Journey Pattern.
- Dead runs, Positioning links (Including TXC v2.4 duty crew).
- Late night services that cross midnight till next day.
- Operator Garage.
- Service level Vias
- Dynamic Destination Displays.
- Fare Stages.
- Operational data: Vehicle Type, Ticket Machine, Duty crew.
- Operational data Variants for different days (TXC v2.4).
- Reusable Day Types (TXC v2.4).
- Vehicle Type Equipment for Accessibility (TXC v2.4)
- WGS8 coordinates
- General Schema.
Published as: PDF PDF Timetable only
Route Map

Timetable - Clockwise, Monday to Friday
| Based on Ref to | JP1 | JP1 | JP1 | VJ2 | VJ2 | JP1 | JP1 | JP1 | JP1 | ||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Links based on | JP1 + start dead run |
JP1 + start dead run |
->JP1 | ->VJ2 | ->VJ2 | P1 + end dead run |
->JP1 | ->JP1 | ->JP1 | ||
| Operational Profile | ->JP1 | ->JP1 | ->JP1 | ->VJ2 | Override | ->JP1 | Override | Override | Override | ||
| VJ | #10 | #1 | #2 | #3 | #4 | #5 | #6 | #7 | #10 | ||
| Line | 1 | 1 | 1 | 1 | 1 ++ | 1 | 1 Night | 1 Night | 1 Night | ||
| Day Shift | -1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | ||
| xL1 | Bus Station | 23:30* | - | 11:00 | 12:00 | 13:00 | 14:00 | 22:30 | 23:30 | 00:10** | |
| xL2 | High St | 23:33* | - | 11:03 | 12:03 | 13:03 | 14:03 | 22:33 | 23:33 | 00:13** | |
| xL3 | Market St | 23:37* | - | 11:07 | 12:07 | 13:07 | 14:07 | 22:37 | 23:37 | 00:17** | |
| xL4 | School | 23:50* | - | 11:20 | 12:20 | 13:20 | 14:20 | 22:50 | 23:50 | 00:30** | |
| xL5 | Hospital | 23:59* | 10:29 | 11:29 | 12:29 | 13:29 | 14:29 | 22:59 | 23:59 | 00:39** | |
| xL6 | Library | 00:18 | 10:48 | 11:48 | 12:48 | 13:48 | - | 23:18 | 00:18 | 00:58** | |
| Bus Station | 00:00 | 11:00 | 12:00 | 13:00 | 14:00 | - | 23:30 | 00:30 | 01:10** |
* Previous Day
** Next Day
++ Not Thursday
Bus Station - High Street - Hospital - Bus Station
Clockwise, Saturday & Sunday
| Based on Ref to | JP1 | JP1 | VJ2 | JP1 | JP1 | VJ8 | ||
| Links based on | VJ10 | JP1 + start dead run |
->VJ2 | JP1 + end dead run |
->JP1 | ->VJ2 | ||
| Operational Profile | Override | ->JP1 | Override | ->JP1 | Override | Override | ||
| VJ | #11 | #1 | #4 | #5 | #8 | #9 | ||
| Line | 1 Night | 1 | 1 | 1 | 1 Night | 1 Night | ||
| Day Shift | -1 | 0 | 0 | 0 | 0 | 0 | ||
| xL1 | Bus Station | 23:30 | - | 13:00 | 14:00 | 22:45 | 23:45 | |
| xL2 | High St | 23:33 | - | 13:03 | 14:03 | 22:48 | 23:48 | |
| xL3 | Market St | 23:37 | - | 13:07 | 14:07 | 22:53 | 23:52 | |
| xL4 | School | 23:50 | - | 13:20 | 14:20 | 23:05 | 00:05 | |
| xL5 | Hospital | 23:59 | 10:29 | 13:29 | 14:29 | 23:14 | 00:14 | |
| xL6 | Library | 00:18 | 10:48 | 13:48 | - | 23:33 | 00:33 | |
| Bus Station | 00:00 | 11:00 | 14:00 | - | 23:45 | 00:45 |
The XML Representation
Service Registration
- The service is not registered.
- There is a single
Operator.
Service Structure
- There is a single
Serviceinstance SV1, with twoLines- '1'. and '1 Night'. - There is a single
RouteSection, RS1, connecting the six stops. It has sixRouteLinksbetween the six stops;- (RL1) Bus Station to High Street,
- (RL2) High Street to School,
- (RL3) School to Market Street,
- (RL4) Market Street to Hospital,
- (RL5) Hospital to Library,and
- (RL6) Library to Bus Station.
- There is a single
RouteR1, with the oneRouteSection, RS1. - There is a single
JourneyPattern,JP1, with a singleJourneyPatternSectioninstance JS1; corresponding to the route section RS1, and containing sixJourneyPatternTimingLinkinstances, JPTL1 - JPTL6, which project onto the respectiveRouteLinkinstances RL1-RL6.- JPTL1 has a
DynamicDestinationheading of Hospital. This will be in effect until the next heading is encountered. - The JPTL4-To usage has a
DynamicDestinationheading of BusStation: from this point a different destination will be shown.
- JPTL1 has a
- There are ten
VehicleJourneyinstances, with different day profile conditions, so different journeys get selected for Monday to Friday and for Saturday and Sunday:- VJ1 has an initial
StartDeadRunrun to position the bus at the Hospital stop from theOperator'sGarage. It has just two vehicle journey timing links, VJTL5 & VJTL6, corresponding to the last two sequential links of the journey pattern, JPTL5 & JPTL6, to visit the last three stops of the route.- It inherits an
OperationalProfilefrom JP1 that says it runsMondayToFriday.
- It inherits an
- VJ2 has six vehicle journey timing links, corresponding to all six journey pattern links, starting at Bus Station at 11:00.
- It has an override
OperationalProfilethat says it runsMondayToFriday
- It has an override
- VJ3, VJ4 reference VJ2 for all their timing links, specifying only a different
start time. (12:00 and 13:00).
- VJ3 inherits an
OperationalProfilefrom VJ2 that says it runsMondayToFriday - VJ4 has an override OperationalProfile that says it does not run on
Thursday, but otherwise runs Monday to Sunday.
- VJ3 inherits an
- VJ5 has just three vehicle journey timing links to complete the journey, corresponding to the first three journey pattern timing links, and a final
EndDeadRunto return the bus to the Garage. It has an override RunningBoard showing the short running - VJ6 follows all six links of JP1
starting at Bus Station at 22:30.
- It has an
OperationalProfilethat says it runsMondayToFriday
- It has an
- VJ7 follows all six links of JP1,
starting at Bus Station at 23:30,
so its later stages will take place in the next calendar day.
- It has an
OperationalProfilethat says it runsMondayToFriday
- It has an
- VJ8 follows all six links of JP1
starting at Bus Station at 22:30.
- It has an
OperationalProfilethat says it runsSaturdayandSunday
- It has an
- VJ9 references VJ8 for all its timing links starting at Bus Station
at 23:45, so its later stages will
take place in the next calendar day.
- It also inherits its
OperationalProfilethat says it runs Saturday andSunday
- It also inherits its
- VJ1 has an initial
- Two of the vehicle journeys
VehicleJourneyinstance, have aday shift. - that is although they with different day profile conditions, so different journeys get selected for Monday to Friday and for Saturday and Sunday:
- VJ10 Starts after midnight, Monday to Friday,
at 00:10 so its stages will take place
in the next calendar day, though it is part of th
e MondayToFridayTimetable- It has an
OperationalProfilethat says it runsMondayToFriday,and aDayShift=+1
- It has an
- VJ11 Starts before midnight,
SaturdayandSunday, at 00:10 so some of its stages will take place in the previous calendar day, though it is part o thefSaturdayandSundayTimetable- It has an
OperationalProfilethat says it runsSaturdayandSunday,and aDayShift=-1
- It has an
- VJ10 Starts after midnight, Monday to Friday,
at 00:10 so its stages will take place
in the next calendar day, though it is part of th
Operational Profile
- On the
JourneyPattern,OperationalProfile/RegularDayType/DaysOfWeek/MondayToSundaystates that by default that the service runs everyday of the week. - Some eight
VehicleJourneyinstances, override this:- VJ2, VJ6 & VJ7, VJ10
MondaytoFriday. - VJ3 inherits its profile from VJ2 Monday to Friday.
- VJ4 overrides the V2 profile does not run on Thursday.
- VJ7, VJ8, VJ11 r un only
Saturday &
Sunday.
Operational Details
- The
Operatorhas aGarageddefined. - A default Service /
TicketMachineServiceCodeis specified. - On the
JourneyPattern,Operationaldetails are specified:- A default
TicketMachine/JourneyCodeis specified. TheTicketMachine/Directionis different from that of the service. - A
VehicleTypeis specified. - A default
RunningBoardis specified.
- A default
DutyCrewCRW1 runs the first four journeys. A secondDutyCrewCRW2 takes over at 'Bus Station' to run the final journey #5.- There are different variants for different days of the week.
Fare Stages
- There are FareStage instances at 'Bus Station', 'Market Street', and 'Hospital'.

Page last updated: 2010/03/04

