All our SaaS products are about to have been updated with the releases associated to this Sprint 118117 on .
Table of Contents | ||
---|---|---|
|
...
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 | ||
---|---|---|
| ||
<UicOperatingPeriod id="..." version="any"> <FromDate>2030-01-01T00:00:00</FromDate> <ToDate>2030-01-07T00:00:00</ToDate> <ValidDayBits>1110111</ValidDayBits> </UicOperatingPeriod> |
...