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.

[378 byte] By [safira] at [2007-11-26 23:55:22]
# 1
Well, i got it to work in JAXB 1, w/o xfire, schema-to-java. Marshall and unmarshall.But w/ xfire, it doesn't appear to be possible. Would probably require implementing it for them myself...
safira at 2007-7-11 15:39:06 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Answer: JAXB 1 doesn't go from java to schema.TODO: get that duke to myself. ;)
safira at 2007-7-11 15:39:06 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...