Versions Compared

Key

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

Chouette SaaS will provide the first features to support Flexible Transport Service description in the coming Sprints.

...

The user can manage Booking Arrangements which describes the booking rules of associated Flexible Services.

...

The user can associated associate a Flexible Line with a Booking Arrangements:

...

The user can import and export a Line and its Booking Arrangement via a NeTex FlexibleLineLine and a standalone :

Code Block
languagexml
<FlexibleLine<Line id="line-1" version="any">
  <Name>Line Sample</Name>

  <bookingArrangements>
     <FlexibleLineType>mixedFlexibleAndFixed</FlexibleLineType><BookingArrangementRef ref="standard"/>
  </bookingArrangements>
</Line>

<BookingArrangement version="any" id="standard">  
  <BookingContact>
    <Phone>+33 1 23 45 67 89</Phone>
    <Url>https://example.com/info</Url>
  </BookingContact>

  <BookingMethods>callOffice</BookingMethods>
  <BookingAccess>public</BookingAccess>
  <BookWhen>untilPreviousDay</BookWhen>
  <BuyWhen>beforeBoarding</BuyWhen>
  <LatestBookingTime>16:30:00</LatestBookingTime>
  <MinimumBookingPeriod>PT30M</MinimumBookingPeriod>
  <BookingUrl>https://example.com/booking</BookingUrl>
  <BookingNote>
    Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ac elit
    suscipit, volutpat ipsum at, dignissim velit. Nullam feugiat, orci
    nec egestas placerat, ligula dolor tempus velit
  </BookingNote>
</FlexibleLine>/BookingArrangement>
Info

This NeTEx syntax is possible by using the coming NeTEx release. See https://github.com/NeTEx-CEN/NeTEx for more details.

GTFS Import/Export

The user can import/export Booking Arrangements via GTFS Booking Rules.

...

The user can define a Route with a Flexible Stop Point. In this case:

  • the user can associate a Stop Area with a Flexible Area

NeTEx import/export

The user can import Route/Journey Pattern including Flexible Stop Points via NeTEx ServiceJourneyPatterns and FlexibleStopAssignments:

...