The RNG misses the simple types#369
Open
matthiaskoenig wants to merge 1 commit intosbmlteam:releasefrom
Open
Conversation
I just tried an RNG to XSD conversion and the simple types were missing. ``` /home/mkoenig/git/sbml-specifications/RelaxNG/sbml-core/sbml-sbase-l3v2.rng:15:41: error: reference to undefined pattern "SBOTerm.simpleType" /home/mkoenig/git/sbml-specifications/RelaxNG/sbml-core/sbml-sbase-l3v2.rng:20:37: error: reference to undefined pattern "SId.simpleType" /home/mkoenig/git/sbml-specifications/RelaxNG/sbml-core/sbml-sbase-l3v2.rng:34:44: error: reference to undefined pattern "annotation.datatype" /home/mkoenig/git/sbml-specifications/RelaxNG/sbml-core/sbml-sbase-l3v2.rng:39:39: error: reference to undefined pattern "xhtml.datatype" /home/mkoenig/git/sbml-specifications/RelaxNG/sbml-core/sbml-mathml-l3v2.rng:8:62: error: sorry, externalRef is not yet supported /home/mkoenig/git/sbml-specifications/RelaxNG/sbml-core/sbml-core-l3v2.rng:178:46: error: reference to undefined pattern "BaseUnitSIdRef.simpleType" /home/mkoenig/git/sbml-specifications/RelaxNG/sbml-core/sbml-core-l3v2.rng:218:44: error: reference to undefined pattern "UnitSIdRef.simpleType" /home/mkoenig/git/sbml-specifications/RelaxNG/sbml-core/sbml-core-l3v2.rng:242:38: error: reference to undefined pattern "SIdRef.simpleType" ``` Most likely similar issue in the other RNG schemas.
Contributor
Author
|
This most likely has to be fixed in other places. Just opening this pull request to raise awareness of the issue. |
This file contains hidden or 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
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.
I just tried an RNG to XSD conversion and the simple types were missing.
Most likely similar issue in the other RNG schemas.