A schema contains the classes for a particular system.
Our library system will contain a Book class, a Borrower class,
and an Address class, among others.
The schema for our library system will appear as a package in the logical view.
Instructions
- Select the Tools | JADE | Add new JADE schema... menu command.
The Add New Schema dialog is displayed.
- Enter LibrarySchema as the name.
- Select RootSchema as the superschema.
- Click the OK button.
A LibrarySchema package is displayed in the logical view.
|