It is probably safe to assume that the majority of people who use JAXB today use the xjc compiler to create Java classes from XML Schema files rather than from Document Type Definition (DTD) files.
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.
The usecase to recreate the issue is to try and translate the following schema to java: Now, the code generates a Foo_Bar.java file as desired but horribly changes the internals of TypeMyEnum to look ...