Book a Demo

Author Topic: XML Schema Generation  (Read 2199 times)

drain

  • EA Novice
  • *
  • Posts: 5
  • Karma: +0/-0
  • I'm Batman.
    • View Profile
XML Schema Generation
« on: March 29, 2007, 08:30:10 am »
Hi,

I have a XSDschema package that contains a bunch of classes. When I generate the XML schema, the generator does not drill down into subpackages (subpackages were not stereotyped with XSDschema) and pull in the classes that exist there.

Is there a way to make the XML schema generator drill down into subpackages and include the classes?

If I am forced to pull all my classes up to the top package, it will be a long, long list. Creating subpackages allows me to organize things better. I do not want to use "include"s due to integration issues. I've tried using a <<merge>> dependency on the packages, but that didnt work.

Thanks and g'day!
drain