Versions Compared

Key

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

...

Code Block
languagecpp
themeConfluence
FUNCTION xpxCreateModelBN(repositoryId : GENERIC;
                          modelName    : STRING;
                          schemaName   : STRING;
                          VAR modelId  : GENERIC)
                          status       : INTEGER;

The xpxCreateModelBN function will create a model with the specified name modelName in the specified repository repositoryId. The underlying Express schema of the new model is specified by the schemaName argument. The instanceId of the new model will be returned in the modelId argument.
This function is equivalent to the EDMinterface function sdaiCreateModelBN                         

Arguments

...

TypeNameComment
GENERICrepositoryIdThe repository id that will hold the new model
STRINGmodelNameThe name of the model
STRINGschemaNameThe name of the schema that the new model will be based on
GENERICmodelIdThe new model id

Return Value

...

Insert excerpt
US:_r_XPX_Return_Value
US:_r_XPX_Return_Value
nopaneltrue

Options

...

 

Example

...

Code Block
languagecpp
<Missing Example>

 

See also

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