When I compile the 5.5 schema I get warnings like this in the generated files. e.g in Calculation.java *
* You are getting this “catch-all” property because of the following reason: * The field name “NotionalSchedule” is used by two different parts of a schema. See: * line 110 of file:/C:/jaxbCompile/src/main/resources/fpml/5_5/fpml-ird.xsd * line 71 of file:/C:/jaxbCompile/src/main/resources/fpml/5_5/fpml-ird.xsd *
In order to fix this I would have to create a bindings.jxb file. This is a bit annoying as it occurs in 53 files. Has anyone already done this to save me some effort? If I end up doing it myself can I publish the bindings on GitHub and push the generated jar in maven central under the org.fpml package so that everyone else doesn’t have to do it?