Controlling the Use of Elements in Other Schemas

JADE enables you to control how classes, methods, properties, and automation event references implemented in your schemas are used by developers in other schemas; for example:

For details about method options, see "Method Options" under "JADE Language Notation", in Chapter 1 of your JADE Developer’s Reference.

If you want to restrict the class or method to this schema and its subschemas, use the final option.

If you want to restrict the class or method only in subschemas, use the subschemaFinal option. To specify that the class or method is not available in subschemas, use the subschemaHidden option. (See also "Class Lifetime Options", later in this section.)