Using JAXB to generate XML binding classes.
The schema is based on a set of legacy XML files, and includes this snippet:
This bindings file mentioned in the other answer did not work for me with CXF 3.0.0. Notice that jaxb namespace has an element "bindings" and so do the namespace jaxws, so we need to declare them:
In my case the schema was already inside the WSDL so I did no have to specify the schemaLocation attribute.