Property Validity (Element, Relationship, Feature)

Return to Introduction  Previous page  Next page

This group checks whether or not the item has the correct UML properties defined for it and whether they contain incorrect or conflicting values. For more information about these properties see Custom Properties in the Enterprise Architect Software Developers' Kit (SDK).

Error ID

Description

Information

MVR030001

<<Element>>:<<Property>> property is undefined

The element property contains no value.

MVR030002

<<Element>>:<<Property>> property has invalid value: "<<Value>>"

The element property contains an invalid value.

MVR030003

<<Element>>:isLeaf=true and cannot be abstract

The element's isLeaft and isAbstract properties are both set to true, which is invalid.

MVR060001

<<Relationship>>:<<Property>> property is undefined

The relationship property contains no value.

MVR060002

<<Relationship>>:<<Property>> property has invalid value: "<<Value>>"

The relationship property contains an invalid value.

MVR090001

Attribute/AssociationEnd mismatch, <<Attribute>>: <<Mismatch description>>,...

The given attribute has an associationEnd of the same name but they differ in the listed details.

See Also