Book a Demo

Author Topic: How to generate 1 logical XML schema  (Read 2902 times)

MaximK

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
How to generate 1 logical XML schema
« on: November 05, 2013, 01:44:38 am »
Hello,
   I'm generating an XML Schema from the C# project with the use of EnterpriseArchitect 9.3 ("Code engineering" => "Generate XML Schema..", the checkbox "Generate XSD for referenced packages" is on). Classes are separated among several namespaces. The schema is successfully generated, however, every namespace produces an appropriate XSD file and all of them are unrelated (no <xs:include> reference in the main schema file).
   How to produce a (logically) one XML schema?

Thanks a lot,
   Maxim.

MaximK

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: How to generate 1 logical XML schema
« Reply #1 on: November 06, 2013, 08:48:13 pm »
So, guys, any ideas??