-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enh driver permit #545
Enh driver permit #545
Conversation
Co-authored-by: ue71603 <[email protected]>
* First draft of the clean up of MODE * Better explanations in VEHICLE MODE * AccessMode now works TRANSFERs and OTHER LEG (for OJP) * Some depreciations * added a mode to Connection * Update netex_mode_support.xsd Deprecated not Depreciated ;-) * Update netex_submode_version.xsd Deprecated not Depreciated ;-) * Apply suggestions from code review * Lint and update documentation tables * Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd Co-authored-by: trurlurl <[email protected]> * Update xsd/netex_framework/netex_reusableComponents/netex_mode_support.xsd Co-authored-by: trurlurl <[email protected]> --------- Co-authored-by: ue71603 <[email protected]> Co-authored-by: Christophe Duquesne <[email protected]> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: trurlurl <[email protected]>
* The connection exists in the documentation, but was not done in the xsd NeTEx part 1, figure 628 * Fixed according to Christophe's proposal * Apply suggestions from code review * Update xsd/netex_part_1/part1_tacticalPlanning/netex_passengerInformationEquipment_version.xsd * Lint and update documentation tables --------- Co-authored-by: ue71603 <[email protected]> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Introduce VAT number
* Removing duplicate enumeration (thanks to David) btw something is wrong with xsd\netex_part_1\part1_ifopt\netex_ifopt_equipmentAccess_support.xsd in next * Lint and update documentation tables * Update xsd/netex_framework/netex_reusableComponents/netex_nm_equipmentEnergy_support.xsd Co-authored-by: Matthias Günter <[email protected]> --------- Co-authored-by: ue71603 <[email protected]> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Add ACCEPTED DRIVER PERMITS to VEHICEL TYpe
xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd
Outdated
Show resolved
Hide resolved
…_version.xsd Co-authored-by: trurlurl <[email protected]>
xsd/netex_framework/netex_reusableComponents/netex_vehicleType_support.xsd
Outdated
Show resolved
Hide resolved
xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd
Outdated
Show resolved
Hide resolved
xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd
Outdated
Show resolved
Hide resolved
xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd
Outdated
Show resolved
Hide resolved
xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd
Outdated
Show resolved
Hide resolved
Next is obviously better since it is an enhancement |
…_version.xsd Co-authored-by: trurlurl <[email protected]>
xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd
Outdated
Show resolved
Hide resolved
xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd
Outdated
Show resolved
Hide resolved
…_version.xsd Co-authored-by: Stefan de Konink <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm just reviewing netex_vehicle_type_xxx.xsd (everything else seems to come from a stack of previous PR initially target to main, but now brought back to next, right ?)
xsd/netex_framework/netex_reusableComponents/netex_vehicleType_version.xsd
Outdated
Show resolved
Hide resolved
The AcceptedDriverPermitRef is defined but not used anywhere .. also the AcceptedDriverPermit is a DataManagedObject so it would be Ok to keep this possibility for possible future use if you prefer (but I don't see much use case for us, I personally would rather remove it) |
…_version.xsd Co-authored-by: Christophe Duquesne <[email protected]>
Part 1 and Part 5 document updated |
@nick-knowles targeted in #408 master, should this be master or next?