Hi all,

Let's say I have four schemas: x.xsd, y.xsd, z.xsd and common.xsd. They
all have the same target namespace and x.xsd, y.xsd, z.xsd include
common.xsd. I would like to have the generated Java classes to go to
different packages like so:

  x.xsd  --> com.foo.x
  y.xsd  --> com.foo.y
  z.xsd  --> com.foo.z
  common.xsd -> com.foo.platform

It seems to me that a binding file should be used but I am not very good
at it. If anyone could offer   an example that would be highly
appreciated.

Thanks!

Shing

----------------------------------------------------------- 
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of:
        unsubscribe castor-dev

Reply via email to