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.
Â