XSDdoc processes only valid XML Schema 1.0 files.
Users can use IBM's SQC or
Microsoft's XSD schema validator
to verify that XSD files meet requirements before running XSDdoc.
XSDdoc requires Java 1.2 or above.
Synopsis:
xsddoc.bat [options] file0.xsd http://url/file1.xsd
Options:
-help: | prints out help message to standard output |
-version: | prints out program version information |
-verbose: | prints out execution trace |
-title text: | parameter value of <title> for the generated HTML document |
-dir path: | location where XSDdoc will save generated HTML files. If path does
not exist, XSDdoc will automatically create required directories.
If -dir is not specified, XSDdoc creates "tmpdoc" in current directory. |
file path prefix of the given file. This value can be used as second argument for -hrefprefix. | |
-hrefprefix |
replace file path prefix with url prefix in the HTML outputs. This operation recursivly processes all the XSDs in a directory. For more information, please see example 3. |
*: XSDdoc 2.0 only. |
Usage Example:
Extras:
To run customized scripts or incorporate XSDdoc into the build process,
type java -jar xsddoc.jar (plus command-line options).
We can provide an internal API for users wishing to integrate XSDdoc within another
Java program. Please contact support
for more information about this availability.