Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6413 - The type of this property is undefined within this schema

6413   The type of this property is undefined within this schema

Cause

This error occurs when the compiler is unable to find the type (class or interface) associated with a property. The most-common cause is when the type of an imported property is not included in the same package as the property and is not declared in the RootSchema.

Action

If the cause is an imported property, add its type to the package; otherwise, run the metadata logical certifier.