Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
SYNTAX:
 
xpxMakeLongForm (expressFiles         : STRING;                  diagnosticFile       : STRING;                  longFormSchemata     : STRING;                  options              : INTEGER;                  longFormFile         : STRING;                 VAR numberOfWarnings : INTEGER;                 VAR numberOfErrors   : INTEGER)                  status               : INTEGER;
 
To be completed.
The xpxMakeLongForm function Invokes the EDMexpressCompiler to produce one or more long form schema(ta) from short form schemata found on the specified input file(s). The short form schemata may be collected from separate files. The result of this command will be a new source Express file containing the specified long form schema(ta). This function will not effect anything in the EDMdatabase.
The EDMexpressCompiler performs normal compilation checking, i.e. SYNTAX checking, check for unresolved references etc., hence a diagnostic report can be produced by this operation.
This function is equivalent to the EDMinterface function edmiMakeLongForm

  • No labels