Class | Description |
---|---|
AnalyzeSchemas |
Usage: java nl.nictiz.xml.util.AnalyzeSchemas inputDir|inputFile [ outputFile ]
Builds xmlschemainfo.xml from one XML schema file, or a full directory of schemas containing:
<files>
<file file="COCT_MT000003NL.xsd" full="-full path-/COCT_MT000003NL.xsd" hl7type="cmet">
<uses exists="true" file="datatypes.xsd" full="-full path-/datatypes.xsd"/>
<uses exists="true" file="voc.xsd" full="-full path-/voc.xsd"/>
<uses exists="true" file="infrastructureRoot.xsd" full="-full path-/infrastructureRoot.xsd"/>
<uses exists="false" file="COCT_MT150003NL.xsd" full="-full path-/COCT_MT150003NL.xsd"/>
...
|