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

Write an XML Schema importer #87

Open
cmungall opened this issue Aug 11, 2022 · 1 comment
Open

Write an XML Schema importer #87

cmungall opened this issue Aug 11, 2022 · 1 comment

Comments

@cmungall
Copy link
Member

This would be the reverse operation to: linkml/linkml#117

(currently importers live in schema-automator and generators in the main linkml, we may want to consider migrating, as these mature)

@ialarmedalien if you were inclined to take this on, I would use SqlImportEngine as a template (or JsonSchemaImportEngine, but that one is a bit messy and over-complex and may need to be rewritten - SqlImportEngine is simple and clean)

@ialarmedalien
Copy link

There are a couple of python libraries I have looked at / tinkered with that can read XSD files and generate a corresponding set of python dataclasses or templated source code. Converting the output of one of those modules to be compatible with linkml python objects would save a lot of work.

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

No branches or pull requests

3 participants