SYNTAX:
xpfValidateInstanceType (modelId, entityId : GENERIC;
diagnosticFile : STRING;
options : INTEGER;
ruleSchemaId : GENERIC;
userOutputFile : STRING;
VAR validationResultsId : GENERIC)
result : INTEGER;
The xpfValidateInstanceType 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.
<entityId> The instanceID of the entity_definition that defines the actual instance type.
The rest of the arguments are identical to those of xpxValidateInstance.
This function is equivalent to the EDMinterfaceTM function edmiValidateInstanceType
.
General
Content
Integrations