I have done a lot of searching and cannot find a concise example of how to map an XML schema to existing domain objects instead of creating brand new ones utilizing xjc<
You can use an external binding file to configure XJC to do what you want.
XJC Call
xjc -d outputDir -b binding.xml yourSchema.xsd