==== testSchemaGenNoParms ====
The schemaGen command generates the XML schema for the
Liberty core configuration and other installed products
extensions in a single output file.
Usage: ./schemaGen [options] outputFile
PASSED
==== testSchemaGenHelp ====
The schemaGen command generates the XML schema for the
Liberty core configuration and other installed products
extensions in a single output file.
Usage: ./schemaGen [options] outputFile
Options:
--compactOutput
The output schema will not contain indenting
spaces, new line feeds, or XML comments.
--encoding
The character encoding to use for the output.
The default encoding is "UTF-8".
--ignorePidsFile
A file name containing a list of pids to ignore.
--locale
The language to use when you are creating the output
file. This string consists of the ISO-639 two-letter lowercase language
code, optionally followed by and underscores and the ISO-3166 uppercase
two-letter country code.
--schemaVersion
If schemaVersion=1.1 is specified, then both explicitly named child
elements and the xsd:any element are written to the output file.
--outputVersion
If outputVersion=2.0 is specified, only the xsd:any element is used
in the output file, so that unknown elements pass XSD validation at
the expense of losing validation for known elements.
PASSED
==== testSchemaGenOutput ====
CWWKG0109I: The schema was created in the [schemaGenOutput.xsd] file.
PASSED