Workaround for XMLSchema not supporting maxOccurs larger than 5000
My problem is with parsing an XSD Schema that has elements with maxOccurs larger than 5000 (but not unbounded). This is actually a know issue in either Xerces (which I’m using, version 2.9.1) or …