Thanks to both of you for your replies. I'm trying to make the process as automated as possible. These aren't complicated objects, so hand-tuning the XML or XSD is not a big deal for a few, but as our project moves forward, the number of domain objects to run generation for increases.
The XSD's are required for mediation between POJO and Service Data Objects (SDO's). I'm starting with the Java domain objects, and need to generate XSD's for them at build time to feed into a mediation service, which will perform the translation.
If anyone has ideas on a better approach, I'd love to hear them.
Thanks,
Mike Monette