SYNTAX:
xpxValidateInstanceTypeBN (modelId : GENERIC; entityName, diagnosticFile : STRING; options : INTEGER;
VAR resultModelId : GENERIC)status : INTEGER;
The xpxValidateInstanceTypeBN function validates that all instances of a specific type in a given model, do not violate any of the specified constraints/rules. When the XPXSUBTYPES is set in the options argument, all instances in the actual model that are subtypes of the specified type, will be validated as well.
<modelId> The modelID that uniquely identifies the model to be validated.
<entityName> The name of the entity that defines the instance types to be validated.
The rest of the arguments are identical to those of xpxValidateInstance.
This function is equivalent to the EDMinterface function edmiValidateInstanceTypeBN.
General
Content
Integrations