Skip to content
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

The RNG misses the simple types #369

Open
wants to merge 1 commit into
base: release
Choose a base branch
from

Conversation

matthiaskoenig
Copy link

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.

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.
@matthiaskoenig
Copy link
Author

This most likely has to be fixed in other places. Just opening this pull request to raise awareness of the issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant