Name shall not start with#

Name shall not start with

Description#

Name shall not start with ‘parameter-value’.

The rule parameter describes the forbidden prefix. Default value is _.

Rationale#

This enforces compliance with a specific modeling standard by ensuring that no name starts with a given prefix.

Verification#

The rule registers to all diagram elements. It raises a violation when the element name starts with the forbidden prefix.

Message: Name starts with <parameter>

Resolution#

Rename the offending element

Customization#

TODO