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

Merged
merged 5 commits into from
Jan 22, 2025
Merged

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
  • support of sequences with unbounded max_occurs containing elements also with unbounded max_occurs

@martinv13 martinv13 merged commit bf88f71 into main Jan 22, 2025
10 checks passed
@martinv13 martinv13 deleted the feature/improving_xsd_support branch January 22, 2025 15:15
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