/
xpfGetRuleSchema
xpfGetRuleSchema
FUNCTION xpfGetRuleSchema (schemaName : STRING; 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.
Arguments
Type | Name | Comment |
STRING | schemaName | The name of the schema within the EDMdatabase |
STRING | ruleSchemaName | The name of the Rule schema for the given schema |
Return Value
Type | Name | Comment |
GENERIC | ruleSchemaId | The unique id of the rule schema within the EDMdatabase |
Options
Example
<Missing Example>
See also
Filter by label
There are no items with the selected labels at this time.
, multiple selections available,
Related content
edmiGetRuleSchema
edmiGetRuleSchema
More like this
xpfGetQuerySchema
xpfGetQuerySchema
More like this
edmiGetSchema
edmiGetSchema
More like this
Define Rule Schema
Define Rule Schema
More like this
List Rule Schemata
List Rule Schemata
More like this
edmiGetSchemaMap
edmiGetSchemaMap
More like this