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
General
Content
Integrations