Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

LongShortArgumentsDescription
--schema
-s
<schema>
The annotated DFDL schema to use to create the parser. This option may be supplied multiple times for multi-schema support. This option must be supplied.
--root
-r
<root>
The root element of the DFDL schema to use. This must be one of the top-level elements of the schema defined with --schema. This requires the --schema option to be defined. If not supplied, the first element of the first schema defined with --schema is used.
--namespace
-n
<namespace>
The namespace of the root element. Requires the --root option.
--path
-p
<path>
The path to the node from the root element to create the parser from.
--validate
-V
[mode]

The validation mode. 'on', 'limited' or 'off'. If 'mode' is not present, defaults to 'on'. If --validate is not present, defaults to 'off'.

--config-c<file>XML file containing configuration items, such as external variables or Daffodil tunables. See Configuration File for details on the file format.
 
 
[outfile]
Write the parser to a give file. If the option is not given or is -, output is written to standard out.
--version
  Display the version of Daffodil.
--help
  Display help message.

...