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

Commits on Jul 4, 2022

  1. The RNG misses the simple types

    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 committed Jul 4, 2022
    Configuration menu
    Copy the full SHA
    a9a0f9c View commit details
    Browse the repository at this point in the history