Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Innhold

Table of Contents

Express bus Sørlandsekspressen

...

In particular, the booking method and the required period for prior booking of on-demand stops can be specified. For example per StopPointInJourneyPattern.

Code Block
languagexml
                <StopPointInJourneyPattern order="7" version="1" id="NBE:StopPointInJourneyPattern:1900002_1_1aNSR_Quay_101494_22">
             
    <ScheduledStopPointRef ref="NBE:ScheduledStopPoint:1900002_1_1aNSR_Quay_101494_22"/>
                  
        
    
    <!-- The bus stops only on demand: passengers should book online or by phone, at least 10 minutes before departure -->
		     
    <BookingArrangements>
                        <BookingContact>
            
              <Phone>+47 407 05 070</Phone>
                           <Url>https://www.nettbuss.no</Url>
             
          </BookingContact>
                        <BookingMethods>callOffice online</BookingMethods>
            
           <BookingAccess>public</BookingAccess>
                        <BookWhen>advanceAndDayOfTravel</BookWhen>
           
            <BuyWhen>onReservation</BuyWhen>
                        <MinimumBookingPeriod>PT10M</MinimumBookingPeriod>
          
       </BookingArrangements>
             
  </StopPointInJourneyPattern>

...