JAXB 1: is it possible to go from enum simulation in Java to XML Schema?
I know how to get an enum simulation in java from XML schema, but can it be done in the other direction, in the context of a web service implementation?
The thing is from schema to java a customization file is used. But there's no specification for such a customization file usability when going from java to schema. So far, i'm getting a string for enum wrapper.

