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

Cannot expand a complex type to more than 5K nodes #44

Open
lothemar opened this issue May 3, 2024 · 3 comments
Open

Cannot expand a complex type to more than 5K nodes #44

lothemar opened this issue May 3, 2024 · 3 comments

Comments

@lothemar
Copy link

lothemar commented May 3, 2024

Describe the Bug

When parsing my schema, I get "[fatal] Current configuration of the parser doesn't allow the expansion of a content model for a complex type to contain more than 5,000 nodes."

Steps to Reproduce

Expected Behavior

I should be able to parse my schema by editing a flag to allow more than 5k nodes

@lothemar lothemar added the bug label May 3, 2024
@nikku
Copy link
Owner

nikku commented May 6, 2024

Agreed that this should be possible, but who uses a complex type with 5000 nodes? 🙈

@lothemar
Copy link
Author

lothemar commented May 6, 2024

The European Commission's CBAM XSD definition for generated CBAM reports

Sadly not up to me :(

@nikku
Copy link
Owner

nikku commented May 6, 2024

Understood. I support Europe, so let's investigate how we make Java validate an example diagram. Can you file a test case that breaks the library? We'd need a valid CBAM report + the XSD schema you use (which should be public?).

@nikku nikku added the backlog label Jun 7, 2024
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

2 participants