Book a Demo

Author Topic: How to generate ea datatypes as database domains  (Read 3445 times)

ThomasB

  • EA Novice
  • *
  • Posts: 1
  • Karma: +0/-0
    • View Profile
How to generate ea datatypes as database domains
« on: July 03, 2013, 10:35:32 pm »
Hi,

I'd like to generate database domains from my models datatypes. By standard DDL transformation, they are generated as tables (which is fine with XSDUnion and enumeration, but not so handy with XSDsimpleType).

In fact, even though I managed to get the datatypes into the Intermediate Code as tables, the transformation (to DDL) does not contain them any more.

Does someone have a hint for me, how this can be done?

Thanks alot! Thomas