Platform: Windows
Command type: cqload subcommand
[ -dbset name ] login password schema_name "schema pathname"
The exportschema subcommand, part of the cqload command line utility, exports an entire schema to a text file. You can then use the importschema subcommand to import the schema into another schema repository.
To export a partial schema, use the exportintegration subcommand.
You can export a checked out schema. Changes that are made to the checked out schema are not exported with the schema. If there are comments associated with the checked out schema, the comments are imported along with the schema.
cqload exportschema -dbset 2003.06.00 admin "" DefectTracking "c:\schema.txt"