Cannot expand a complex type to more than 5K nodes
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
Agreed that this should be possible, but who uses a complex type with 5000 nodes? :see_no_evil:
The European Commission's CBAM XSD definition for generated CBAM reports
Sadly not up to me :(
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?).