-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changes to booking arrangement (#525)
* Changes to BookingArrangement Answers to #216 Allow Multiple booking arrangements BookingURL is now an InfoLink (allow for deep links and specififty of ios, android ...) * Lint and update documentation tables * BookingArrangement as first class object Set of changes to make BookingArrangement a first class object, and to use bookingArrangements (and depracte all BookingArrangements) * BookingArrangement in ressource Frame, and BookingArrangement constraints Inclusionn of BookingArrangement in ressource Frame Addition of BookingArrangement related constraints * Lint and update documentation tables * Update xsd/netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd Co-authored-by: Stefan de Konink <[email protected]> * Update xsd/netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd Co-authored-by: Stefan de Konink <[email protected]> * Update xsd/netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd Co-authored-by: Stefan de Konink <[email protected]> * Update xsd/netex_part_1/part1_networkDescription/netex_flexibleNetwork_version.xsd Co-authored-by: Stefan de Konink <[email protected]> * Generalisation to ServiceBookingArrangement Generalisation of the Generalisation of BookingArrangement enhancement to ServiceBookingArrangement * Lint and update documentation tables * Add bookingArrangement example --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Stefan de Konink <[email protected]>
- Loading branch information
1 parent
a2d5aaf
commit f441a62
Showing
12 changed files
with
275 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<PublicationDelivery xmlns="http://www.netex.org.uk/netex" xmlns:siri="http://www.siri.org.uk/siri" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0" xsi:schemaLocation="http://www.netex.org.uk/netex ../../../xsd/NeTEx_publication.xsd"> | ||
<PublicationTimestamp>2023-10-04T09:30:47.0Z</PublicationTimestamp> | ||
<ParticipantRef>NDOV</ParticipantRef> | ||
<dataObjects> | ||
<GeneralFrame id="test:GeneralFrame:1" version="1.0"> | ||
<Name>BookingArrangement test</Name> | ||
<members> | ||
<BookingArrangement id="test:BookingArrangement:1" version="1.0"> | ||
<LatestBookingTime>16:00:00</LatestBookingTime> | ||
<MinimumBookingPeriod>PT1H</MinimumBookingPeriod> | ||
<BookingUrl>assitace.org.uk/wibledon</BookingUrl> | ||
</BookingArrangement> | ||
</members> | ||
</GeneralFrame> | ||
<ResourceFrame id="test:GeneralFrame:1" version="1.0"> | ||
<bookingArrangements> | ||
<BookingArrangement id="test:BookingArrangement:2" version="1.0"> | ||
<LatestBookingTime>16:00:00</LatestBookingTime> | ||
<MinimumBookingPeriod>PT1H</MinimumBookingPeriod> | ||
<BookingUrl>assitace.org.uk/wibledon</BookingUrl> | ||
</BookingArrangement> | ||
</bookingArrangements> | ||
</ResourceFrame> | ||
</dataObjects> | ||
</PublicationDelivery> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.