xpxDefineSchemaMap

FUNCTION xpxDefineSchemaMap (fileName , diagnosticFile   : STRING;
                    options , VAR noOfWarnings , VAR noOfErrors : INTEGER)
                    status                                      : INTEGER;
                

This function runs the one or more EXPRESS-X schemata through the EDMexpressXCompiler. Optionally it creates and populates an EXPRESS-X dictionary model in the EDMdatabase for one or more of the compiled EXPRESS-X schemata. The EXPRESS-X schemata to be compiled is residing in the file(s) specified in the fileName argument. The fileName argument can specify more than one file by using wild cards (*) or by specifying several file names separated by the comma character. Any number of schemata can reside on one file. The argument diagnosticFile specifies the name of a file that will receive the error and warning messages from the EDMexpressXCompiler. If the diagnosticFile is an empty string or has the value indeterminate (?), then the output from the EDMexpressXCompiler will be to the EDMmodelConverter standard output window. The argument options specifies the EDMexpressXCompiler options that should be used during the compilation.  The options argument should be specified as a zero or as a sum of one or more integer constants. These constants are equivalent to the options used in the EDMinterface function edmiDefineSchemaMap. The arguments noOfWarnings and noOfErrors will receive the number of warnings and number of errors respectively, detected during the compilation process. This function is equivalent to the EDMinterface function edmiDefineSchemaMap

 

Arguments


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_filename'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_diagnosticFile_XPX'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_options_XPX'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_noOfWarning'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_a_noOfErrors'.

Return Value


 

Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_r_XPX_Return_Value'.

Options


Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_o_DELETING_EXISTING_SCHEMAS_XPX'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_o_PARSE_ONLY_XPX'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_o_NO_DICTIONARY_MODEL_XPX'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_o_MAX_CHECKING_LEVEL_XPX'.
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_o_MAP_INHERITANCE_XPX'.
 
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_o_CONTINUE_STORING_ON_ERROR_XPX'.
 
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_o_HTML_ERROR_LISTING_XPX'.
 
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_o_MAP_INHERITANCE_REPORT_XPX'.
 
Error rendering macro 'excerpt-include' : User 'null' does not have permission to view the page 'US:_o_MAKE_EXPRESSX_LONGFORM_XPX'.

 

 

Example


<Missing Example>

 

See also

Filter by label

There are no items with the selected labels at this time.