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:
 
xpfGetRuleSchema (schemaName , ruleSchemaName : STRING) ruleSchemaId                : GENERIC;
 
The xpfGetRuleSchema function returns the ruleSchemaID that uniquely identifies the EDMruleSchema in the EDMdatabase, specified by the combination of the arguments two arguments <schemaName> and <ruleSchemaName>. The argument <schemaName> specifies the name of the dictionary model (Express schema) that hosts the Rule Schema, and the argument <ruleSchemaName> specifies the name of the actual rule schema.
The constant xpxNullId is returned when no matching rule schema is found.
This function is equivalent to the EDMinterface function edmiGetRuleSchema

  • No labels