Multimodal interchanges

Content

An interchange between "on-demand transport" and a bus or train

According to the Norwegian NeTEx-profile, each Line must be defined in its own separate XML-file.

JopurneyPattern

On-demand line 316, both directions link up with:

• Train L1 towards Lillestrøm/Oslo (at "Hanaborg stasjon")
• Bus 100 towards Lillestrøm/Oslo (at "Lørenskog sentrum")

Modelling

Interchanges are modelled in NeTEx by defining journeyInterchanges (in TimetableFrame) specifying which terms apply for interchange between the respective lines.

The XML example in it its entirety can be found in the GitHub repository: https://github.com/entur/profile-norway-examples/blob/master/netex/network/FlexibleLine-316-with-interchange.xml

Elements

Many of the basic elements of a line are described in more detail in the Simple rhythm based bus line example, and will not be detailed in this document.

Line 316 is an on-demand line which is covered more closely in the On-demand transport example. Therefore many elements relevant to this type of transport are omitted here, instead focusing on only the most important elements of multimodal interchanges.

journeyInterchanges

Specified in the timetable with a ServiceJourneyInterchange.

<ServiceJourneyInterchange version="any" id="RUT:ServiceJourneyInterchange:ID-HANABORG_ST-316-to-L1-A"> <Description>2Ø Tog mot Lillestrøm 1019</Description> <Priority>1</Priority> <StaySeated>false</StaySeated> <Guaranteed>false</Guaranteed> <MaximumWaitTime>PT0M</MaximumWaitTime> <FromPointRef version="any" ref="RUT:ScheduledStopPoint:ID-HANABORG_ST"/> <ToPointRef version="any" ref="RUT:ScheduledStopPoint:ID-HANABORG_ST"/> <FromJourneyRef version="any" ref="RUT:ServiceJourney:0316-TilLorenskog"/> <ToJourneyRef ref="NSB:ServiceJourney:L1-Spikkestad-1-ExternalRef"/> </ServiceJourneyInterchange> [...] <ServiceJourneyInterchange version="any" id="RUT:ServiceJourneyInterchange:ID-LORENSKOG-316-to-100-A"> <Description>2Ø Buss 100 mot Oslo 1022</Description> <Priority>1</Priority> <StaySeated>false</StaySeated> <Guaranteed>false</Guaranteed> <MaximumWaitTime>PT0M</MaximumWaitTime> <FromPointRef version="any" ref="RUT:ScheduledStopPoint:ID-LORENSKOG"/> <ToPointRef version="any" ref="RUT:ScheduledStopPoint:ID-LORENSKOG"/> <FromJourneyRef version="any" ref="RUT:ServiceJourney:0316-TilLorenskog"/> <ToJourneyRef ref="RUT:ServiceJourney:100-Oslo-1-ExtenalRef"/> </ServiceJourneyInterchange>