SYNTAX:
xpxValidateModel (modelId : GENERIC;
diagnosticFile : STRING;
options : INTEGER;
VAR resultModelId : GENERIC) status : INTEGER;
The xpxValidateModel function validates a model, i.e. checks that the attribute values of all instances in the model do not violate any of the constraints/rules defined in their corresponding entity definitions.
<modelId> The id. of the model to be checked.
The rest of the arguments are identical to those of xpxValidateInstance.
This function is equivalent to the EDMinterface function edmiValidateModel.
General
Content
Integrations