Generating the SQL Server Annotated Schema File

You generate the annotated schema file by selecting it as an additional target for standard schema generation.

  1. Select Language > Generate schemaFile to open the Generation dialog box.
  2. Specify the directory in which to generate the file and select the XML in Database target on the Targets tab.


  3. Click OK to begin the generation.

    The Result dialog box is displayed with the path of the annotated schema file selected.

  4. Click Edit to open the generated annotated schema in your associated editor:


    Note the SQL namespace (with the sql prefix) and the SQL annotations for tables (sql:relation), columns (sql:field) and reference (sql:relationship).