Migration of schema to Mendix Domain Model

0
Hi Mendix team, Teamcenter data model/schema is defined in “Eclipse EMF”. We want to migrate it to Mendix Domain model so that we can enable Teamcenter app development in mendix. What are the possible way to migrate schema to Mendix domain model? 
asked
1 answers
0

There are different ways to generate a mendix domain model from some other source:

  • Use the SDK to script the domain model you need,
  • Convert the source model to json, use the json to generate a mendix domain model from a json snippet
  • Convert the source model to an xsd (xml schema definition), generate the mendix domain model from the xsd.
answered