Merging a transformed XML Schema into an existing logical data model

To transform an XML schema and merge it into a an existing logical data model , select a XML schema file and run transformation.
Prerequisite: You must be in the Data perspective.
To transform an XML schema and merge it into a logical data model:
  1. Open an existing logical data model in the Data Project Explorer.
  2. Click File > New > Transformation Configuration from the main menu.
  3. On the Name and Transformation page, select XML Schema to Logical Data Model from the Data Model Transformations list, enter the name of the transformation, and click Next.
  4. On the Source and Target page, complete the following steps:
    1. Select an XML schema file in the Select a Source field.
    2. Select the open logical data model in the Select a Target field.
  5. Click Next.
  6. On the Common page, click Finish.
  7. Click Run XML Schema to Logical Data Model from the toolbar.
The logical data model is created and displayed in the Data Models folder of your target project. The new logical data model is named after the file name of your source XML schema.

Feedback