Please note : This help page is not for the latest version of Enterprise Architect. The latest help can be found here.

Configure Model Validation

Use the Model Validation Configuration dialog to enable and disable the rules that are run with the model validator. You can define additional rules in this dialog from any additional Add-Ins that might be installed besides Enterprise Architect.

Access    Project | Model Validation | Configure

Topics

Topic

Detail

See also

Usage

Click on the checkbox against each Validation Rule to apply in performing a model validation.

When you perform a validation, each violation listed on the Output window has a violation ID of the format MVRxxnnnn, where:

MVR stands for Model Validation Rule
xx is a hexadecimal number corresponding to the position of the validation rule in the Model Validation Configuration dialog, thus indicating which rule is applied and violated
nnnn is the number of the violation message

 

Therefore:

Messages with the ID MVR01nnnn indicate that the Element: Well-Formedness checkbox is selected and a violation of that rule has been detected
Messages with the ID MVR0Annnn indicate that the Feature: OCL Conformance checkbox (10th in order on the dialog, or Ath in hexadecimal) is selected and a violation of that rule has been detected

 

Model Validation

Notes

To disable UML syntax ("The requested connection is not UML compliant"), select the Tools | Options | Diagram option, and in the General panel deselect the Strict UML Syntax checkbox

Learn more

Learning Center topics

(Alt+F1) | Testing | Model Validation | How to Configure