Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6195 - Membership must be specified for collection class

6195   Membership must be specified for collection class

Cause

This error occurs if you have defined a collection class but you have not specified the type of its members. A member type specification is mandatory for all collection classes.

Action

Add the membership specification to the type definition in the typeDefinitions section of the schema file. The membership is specified by appending the following after the type name at the beginning of the type definition in the schema file.

of member-type-name