Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »


 
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
.

  • No labels