Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6172 - Only RootSchema can have a null superschema

6172   Only RootSchema can have a null superschema

Cause

This error occurs if you have defined a schema as being a subschema of null in the schemaDefinition section of a schema file. Only the RootSchema can be defined as a subschema of null.

Action

Modify the schema definition so that it is defined as being a subschema of a valid schema (which can be the RootSchema, if no other schemas exist).