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

Improve support for some XSD features #17

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

Conversation

martinv13
Copy link
Collaborator

@martinv13 martinv13 commented Jan 13, 2025

A few fixes to solve issues discussed in #15:

  • short_name is actually required in some cases despite being an optional argument -> set a default value
  • support of recursive XSD definition -> propose a minimal support (e.g. not correct but does not fail) by dropping the fields that make the schema recursive
  • support of xsd:list types added
  • support of complexTypes with an attribute with the same name as an element of the same complexType added

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.

2 participants