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

Support XML Schema Definition Language (XSD) import #153

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

multimeric
Copy link

Adds an XsdImportEngine, with tests.

XSD doesn't map cleanly to LinkML, because:

  • XML has both attributes and child elements. I treat both as slots, but tag each with a keyword that indicates which one it is
  • The root element is a pseudo class, because it may enforce a specific structure. I resolve this by adding a RootElement class where necessary

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