-
Notifications
You must be signed in to change notification settings - Fork 19
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
Development of a new, author friendly external constraints format #470
Merged
Conversation
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
david-waltermire
force-pushed
the
develop
branch
from
October 19, 2023 05:19
8ad28e0
to
e807cba
Compare
15 tasks
5 tasks
david-waltermire
changed the title
[WIP] Development of a new, author friendly external constraints format
Development of a new, author friendly external constraints format
Nov 9, 2023
david-waltermire
force-pushed
the
feature-metaconstraints-2023-0718
branch
2 times, most recently
from
November 10, 2023 12:20
f4d01f0
to
eeff1ba
Compare
david-waltermire
force-pushed
the
feature-metaconstraints-2023-0718
branch
from
November 10, 2023 14:29
eeff1ba
to
8163dc7
Compare
david-waltermire
force-pushed
the
develop
branch
from
January 4, 2024 13:39
875b8cc
to
fd6d730
Compare
Changed metapath type to indicate a difference between a Metapath that can be compiled vs a string that is to be processed in a different way. Also removed extra unnecessary ConstraintsContainerType. Added support for flag and field instances to provide a different default value than the definition. Reorganized the schema to group constraint types and groups. Added support for let statements in constraints. Added support for choice groups as a potential solution for resolving #228. Fixed some minor content defects. Added a draft Metaschema Metaschema in schema/metaschema/metaschema-metaschema.xml. Adjusted Metaschema choice-group to allow for minimum cardinalities of 1 and a default unlimited max cardinality. Created a draft Metaschema module (metaschema-module-metaschema.xml, describing the Metaschema module model.
Added missing href to import.
david-waltermire
force-pushed
the
feature-metaconstraints-2023-0718
branch
from
January 4, 2024 13:55
0756abc
to
c114fc1
Compare
3 tasks
aj-stein-nist
approved these changes
Jan 25, 2024
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.
Very nice, was the XSD changes to the existing core schema actually generated from metaschema-java and surgically added that minor change or was it hand-edited? If the former, that's impressive!
github-merge-queue
bot
removed this pull request from the merge queue due to no response for status checks
Jan 25, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Committer Notes
This PR is an effort to create a more user friendly version of an external constraints format for layering Metaschema constraints on top of an existing Metaschema model.
This is ready to merge as an experimental feature.
All Submissions:
Changes to Core Features: