Versions Compared

Key

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

All our SaaS products are about to have been updated with the releases associated to this Sprint 118117 on .

Table of Contents
stylenone

...

The NeTEx UicOperatingPeriod ValidDayBits attribute is created by using the GTFS Calendar Date range and the associated Days Of Week (cf the associated issue in the French NeTEx Profile https://github.com/etalab/transport-profil-netex-fr/issues/58 ):

Code Block
languagexml
<UicOperatingPeriod id="..." version="any">
  <FromDate>2030-01-01T00:00:00</FromDate>
  <ToDate>2030-01-07T00:00:00</ToDate>
  <ValidDayBits>1110111</ValidDayBits>
</UicOperatingPeriod>

...