This isn't strictly a CXF question, but I figure people here would be doing JAXB deep dives.
How do people deal with the need to specify types with length (and other) restrictions in the generated schema? I don't see a way to specify that in JAXB annotations. Perhaps the only reasonable way is to have a hand-coded "simple types" schema along with the generated JAXB schema, which references some of those simple types?
