Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecpp
themeConfluence
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.
This function is equivalent to the EDMinterface function edmiGetRuleSchema

Arguments

...

TypeNameComment
STRINGschemaNameThe name of the schema within the EDMdatabase
STRINGruleSchemaNameThe name of the Rule schema for the given schema

Return Value

...

 

TypeNameComment
GENERICruleSchemaIdThe unique id of the rule schema within the EDMdatabase

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

Filter by label (Content by label)
showLabelsfalse
showSpacefalse
cqllabel = "extension_schema" and parent = "5636522"