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:
 
xpxGetSchema (schemaName   : STRING;
               VAR schemaId : GENERIC)
               status       : INTEGER;
 
The xpxGetSchema function returns the instanceId of the specified Express schema. The argument schemaName specifies the actual Express schema. The instanceId of a an Express schema is the instanceId of the schema_definition instance in the appropriate dictionary model in the EDMdatabase. The instanceId of the specified schema will be returned in the schemaId argument.
This function is equivalent to the EDMinterface function edmiGetSchema

  • No labels