2.11.6 XML Beans generated classes for fieldTypeUse/s and partTypeUse/s
The XML schema for these elements has been changed so that these are now top-level elements. In the generated Java code, this means these classes are now no longer inner classes of other classes. The only impact is that variables declared to be of this type will need to have their type declaration adjusted. Modern Java IDEs can do this automatically.
Previous