Imports the source file, provided in LexGrid canonical format, to the LexBIG
repository.
Example: java org.lexgrid.valuesets.admin.LoadValueSetDefinition
-in,--input <uri> URI or path specifying location of the source file
-v, --validate <int> Perform validation of the candidate
resource without loading data.
Supported levels of validation include:
0 = Verify document is well-formed
1 = Verify document is valid
Example: java -Xmx512m -cp lgRuntime.jar
org.lexgrid.valuesets.admin.LoadValueSetDefinition -in "file:///path/to/file.xml" -v 0