Imports the source file, provided in LexGrid canonical format, to the LexBIG
repository.
Example: java org.LexGrid.LexBIG.admin.LoadLgXML
-in,--input <uri> URI or path specifying location of the source file
-v, --validate <int> Perform validation of the candidate
resource without loading data. If specified, the '-a' and '-t'
options are ignored. Supported levels of validation include:
0 = Verify document is well-formed
1 = Verify document is valid
-a, --activate ActivateScheme on successful load; if unspecified the
vocabulary is loaded but not activated
-t, --tag <id> An optional tag ID (e.g. 'PRODUCTION' or 'TEST') to assign.
Example: java -Xmx512m -cp lgRuntime.jar
org.LexGrid.LexBIG.admin.LoadLgXML -in "file:///path/to/file.xml" -a
-or-
org.LexGrid.LexBIG.admin.LoadLgXML -in "file:///path/to/file.xml" -v 0