-
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
Rename all xsd files (and references to them) to not contain version #14
Rename all xsd files (and references to them) to not contain version #14
Conversation
I would love to merge this directly... but I guess @nick-knowles which has 1.09 will be very angry. Hence I would like to see his pull request to see how this conflicts. |
Ok. Where is the ongoing work for 1.09 located, @nick-knowles ? Is this a separate fork of this NeTEx-CEN repository? Maybe I could help to verify that this change is something that could easily be merged? |
I created the branch on my client (using the GITHUB Desktop) but when I tried to publish it I got a message. "Authentication failed. You may not have permission to access the repository or the repository may have been archived. Open options and verify that you're signed in with an account that has permission to access this repository." I contacted stefan to report the issue but havent resolved it yet. My suspicion is that I need to be grated the appropriate upload rights If some one can suggest another way of forcing github to publish it great As an emergency stopgap I placed a zip of the 1.09 version on the NeTEx site. It inccudes (a) The reanmes of a few Fare Entities to follow TM 6 (b) fixes so that all the examples validate. (c) several small typos fixes and minor corrections. Obviously need to resolved the authentication issue as it is a total pain if I am having to use a different process |
Another way of publishing to github until permissions are fixed:
|
Why the revert? |
I reverted because after other changes it's easier to do it again. |
I wonder what the upstream SIRI XSD looks like. We might want to update that 'in place' or better: have it actually as submodule in this project. |
…should be a sub module or equivalent
Net me know if you want to merge the pull request. |
Updated with: and using intellij with: Validation of examples gives the same amount of issues as the master branch. |
The PR is read for review and merging |
Add support for NAND, NOR, XNOR as a LogicalOperation.
Update of the Pr411 (that was merged and rolled back due to issues with examples uising UIC periods) and PR518 (broken for whatever github reason) This version integrates the decisions from the Meeting NeTEx-CEN#13 and NeTEx-CEN#14: Update of examples to use OperatingDayRef in dated jouneys (keep the old UIC periods commented with an explicit mention of the deprecation). UicOperatingPeriod deletion is now replaced by a simple deprecation (clearly stated in comments) for backward compatibility reasons.
See #13
Change was done using two bash one-liners:
Changes have been confirmed to work with xmllint and a valid netex xml file:
Verification of compatibility with other currently unmerged pull requests:
I have tested that it is possible to merge this code into the branch containing #9