-
Notifications
You must be signed in to change notification settings - Fork 1.9k
The type of attributes "ordered" and "cycle" should be boolean #2725
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
Conversation
change type of cycle and ordered attributes to booleanExp
change type of cycle and ordered attributes to booleanExp
…o DartVerder-patch-1
Don't force defaults in xsd
nvoxland
left a comment
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.
Thanks for the fix!
I updated the PR to not change the 4.9.xsd. Changes only need to go into the -next.xsd and they will get included in the next xsd version.
I also took out the default="false" change, we don't include defaults in the XSD, so that extensions can override defaults in the code as needed.
Code review and test results:
Things to be aware of
- Only changes the XSD better limit what can be set in ordered/cycled to just true/false or expressions
- Only impacts people who use the next xsd file, not existing xsd files.
Things to worry about
- Nothing
|
Added ReleaseMajor label because XSD changes must go into a major release. |
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.
- Changes to XSD (in -next).
- Fix limits the ordered and cycled sequence attributes to boolean values.
- No additional testing required.
APPROVED
Description
Fixes #2724