xpxDefineExtensionSchema

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

Function is used to compile and populate the actual dictionary model with an Express extension schema. Each Express schema can have a limited number of extension schemata. A new extension schema can be compiled at any time during system run-time.

Arguments


1TypeNameComment
2STRINGfileNameFile name with extension schema
3 STRING diagnosticFileFile name for diagnostic data
4 INTEGER optionsAvailable options are DELETING_EXISTING_SCHEMA and STORING_SOURCE
5 INTEGER noOfWarningsActual number of warnings returned
6 INTEGER noOfErrorsActual number of errors returned

Return Value


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

Options


OptionComment
XPXOptioncomment

 

Example


<Missing Example>

 

See also

Filter by label

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

Â