When you export an existing enterprise industry model schema into an XML file, the export includes system tables, domain values, and optionally content of tables.
- In the Infrastructure Administrator, do one of the following:
- Click Enterprise and connect to the enterprise industry model . Open a project with access to the industry model to update.
- Click File and open a project with access to the industry model to update.
- Click .
- In the Industry Model Editor, click .
- Log in to the industry model to export.
- In the Enter A Regular Expression dialog box, do one of the following:
- Recommended: If your database schema does not contain customized tables that are not enterprise industry model feature classes, click OK to continue.
Note: The default filter (MY.*) does not export any tables.
Feature classes and domain tables are exported by default.
CAUTION:
Do not delete the default filter and leave the field empty. An empty filter will include all tables and will duplicate the data in the TB_ tables, which can cause the Industry Model Editor to fail.
- If your database schema contains customized tables that are not enterprise industry model feature classes, enter a regular expression to filter the tables.
Examples:
^(?!TB_).*$
|
Exports all tables that do not begin with TB_ (default value) |
^MY_.*$
|
Exports all tables that begin with 'MY_' |
.*.
|
Exports all tables, including the internal TB_ tables. Important: Use this filter with care! Manual post processing of the genx file is required!
|
- When prompted to load the table data, do one of the following:
The data model is loaded into the Industry Model Editor.
- Click .
The (*.genx) file stores the complete data model description.
- Close the Industry Model Editor.