/
xpxDefineExtensionSchema
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
1 | Type | Name | Comment |
2 | STRING | fileName | File name with extension schema |
3 | STRING | diagnosticFile | File name for diagnostic data |
4 | INTEGER | options | Available options are DELETING_EXISTING_SCHEMA and STORING_SOURCE |
5 | INTEGER | noOfWarnings | Actual number of warnings returned |
6 | INTEGER | noOfErrors | Actual 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
Option | Comment |
XPXOption | comment |
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.