Using JAXB to generate XML binding classes.
The schema is based on a set of legacy XML files, and includes this snippet:
If you want to avoid creating/changing a JAXB bindings file, and you don't mind annotating your XSD, you can add the jxb:property annotation to your attribute's definition, e.g.:
with suitable additions to the xs:schema tag: