I want to generate java code from xsd using JAXB 2.1 XJC. I have an xsd schema provided and I can\'t change it. I would like to use xjc:simple mode while ge
You can use the Wildcard plugin from JAXB2 Basics. This allows you to customize lax/skip/strict wildcard binding modes:
... ...
You don't have to change the schema for this, you can use this customization via binding files.