Steps for Creating XML File

Follow these steps to creating an XML File:
  1. In the Design Properties window, select General, Model Persistence, and then select Model Persistence as Model in one file.
  2. Save the Model as Relational Model under <DesignName>/rel/<ID> folder with .model.local extension.
    Example: D:\SQLMOD001\rel\F7706246-5EAEB0DCA216\F7706246-5EAEB0DCA216.model.local
  3. 3. Rename .model.local to <Model_name>_RELATIONAL.xml.
    Example: MDL_01_RELATIONAL.xml
  4. If tablespace information is expected to be brought in during customization, the model upload process expects input from physical model also. Physical model must be located under <Design Name>/rel/phys/<ID> folder with .model.local extension.
    Example: D:\SQLMOD001\rel\F7706246-5EAEB0DCA216\phys\32076570-BF29817DFF70\32076570-BF29817DFF70.model.local
  5. 5. Rename .model.local to <Model_name>_PHYSICAL.xml.
    Example: MDL_01_PHYSICAL.xml