list
This command lists schemas under the management of Schema Manager. The list displays one of the following
•All available schemas
•Schemas containing in their name the string submitted as a Schema argument
•Only installed schemas
•Only schemas that can be upgraded
Syntax
<exec> list | ls [options] Schema?
If no Schema argument is submitted, then all available schemas are listed. Otherwise, schemas are listed as specified by the submitted options (see example below). Note that you can submit the Schema argument multiple times.
Options
The list command takes the following options:
--installed, --i | List only installed schemas. The default is false. |
--upgradeable, --u | List only schemas where upgrades (patches) are available. The default is false. |
--help, --h | Display help for the command. |
Examples
•To list all available schemas, run: xmlschemamanager list
•To list installed schemas only, run: xmlschemamanager list -i
•To list schemas that contain either "doc" or "nitf" in their name, run: xmlschemamanager list doc nitf