TransXChange
Examples 2.4 - Delta Example (V2.4)
Summary
General Delta exchange of just the changes to an timetable. Uses the general_delta schema. This does nto cross check key references.
- delta route.
- Changes to just elements
- ).
| TransXChange XML Document | Particulars and Matrix output PDF | Route Map Output |
|---|---|---|
| delta.xml (One direction only) |
not publishable | not publishable |
Route Map

Timetable
| Line L1 | Journeys | ||
|---|---|---|---|
| #1 | #2 | ||
| Suborn, Bus Station | 07:00 | And then every 7 minutes until 18:30 | 19:00 |
| Garden Village, Shops | 07:20 | 19:20 | |
| Robridge, Plough | 07:40 | 19:40 | |
| Barford, Red Lion | 07:50 | 19:50 | |
| Egham, Golden Lion | 08:00 | 20:00 | |
| Line L1 | Journeys | ||
|---|---|---|---|
| #3 | #4 | ||
| Egham, Golden Lion | 07:30 | And then every 7 minutes until 19:30 | 20:00 |
| Barford, Red Lion | 07:40 | 20:10 | |
| Robridge, Plough | 07:50 | 20:20 | |
| Garden Village, Shops | 08:10 | 20:30 | |
| Suborn, Bus Station | 08:30 | 21:00 | |
The XML Representation
Service Registration
- The
Registrationis for a singleOperator
Service Structure
- There is a single
Serviceinstance SV1 , with oneLine- 'L1' . - There are five
StopPointinstances.- One stop is defined locally (Suborn, Bus Station) ., the others are all references to existing NaPTAN stops.
- There is a single
RouteSectionrs_1 with fourRouteLinkinstances rl_1-rl_4 connecting the stops. - There is a single
Router_1 containing the route section rs_1.
Outbound
- There is a single
JourneyPatternSectionjs_1, made up of fourJourneyPatternTimingLinkinstances, jptl_1-jptl_4, each referencing the corresponding route link.- jptl_1 references rl_1
- jptl_2 references rl_2
- jptl_3 references rl_3
- jptl_4 references rl_4
- There is a single outbound
JourneyPattern, jp_1, that follows route r_1. - There are two outbound
VehicleJourneyinstances, both based onJourneyPatternjp_1 :- The first, vj_1 , follows jp_1 without any changes to the
timings on the
JourneyPatternTimingLinkinstances.- It has a
DepartureTimeof 7.00. - The
Frequencyelement specified it is a frequency based journey with aScheduledFrequencyof every 8 minutes, and anEndTimeof 18:30. TheFrequencyentry causes the publisher to create an additional column. In additional an optional minimum and maxim frequency interval are specified
- It has a
- The second, vj_2, references vj_1 for all its links, with a
DepartureTimeof 19:00.
- The first, vj_1 , follows jp_1 without any changes to the
timings on the
Inbound
- There is a single inbound
JourneyPatternSectionjs_r1, made up of fourJourneyPatternTimingLinkinstances, referencing a correspondingroute link.- jptl_r1 references rl_4
- jptl_r2 references rl_3
- jptl_r3 references rl_2
- jptl_r4 references rl_1
- There is a single inbound
JourneyPattern, jp_r1, that follows route r_1. - There are two inbound
VehicleJourneyinstances, both based onJourneyPatternjp_r1 :- The first, vj_r1 , follows jp_r1 without any changes to the
timings on the
JourneyPatternTimingLinkinstances. It has aDepartureTimeof 7.30.- It has a
Frequencyof every 20 minutes, and anEndTimeof 19:30.
- It has a
- The second, vj_r2 references vj_r1 f or all its links, with a
DepartureTimeof 20:00.
- The first, vj_r1 , follows jp_r1 without any changes to the
timings on the
The Operating Days
- The service
OperatingProfilesays it runs Monday to Friday, every day of the year.
Use of Tracks
The example includes a description of the physical route as an ordered sequence of tracks, each containing a polyline of geospatial points.
- Each
RouteLinkhas a single Track, except for the link between 'Garden Village' and 'Robridge, Plough', which has two Track instances (t2 & t3), because its road goes over two different roads; the A57 and the B256. See Use of Tracks - Some of the
TracksincludeMappingSystemreferences to TOID instances.
The following diagram shows the how the route projects onto the map representation of the road system, using the NaPTAN stop points as projection points between levels of discourse.
- A schematic map of the road network appears at the top.
- The stylised route map appears at the bottom.
- In between are shown the
route linksand track link, with the points

Notes
This example was refined for in the 2.4 Enhanced publisher to be a Frequent Service i.e. <10 minutes and to have a minimum and maximum.
In the enhanced publisher will group the journeys in a single bed Monday to Sunday, rather than as separate beds Monday to Friday, Saturday and Sunday.
Page last updated: 2010/03/05

