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

  • No labels