# Tool settings namespace local = "" default namespace tns = "http://www.ggf.org/namespaces/2004/10/gridNetworkMonitoring" grammar { ## The tool and optional command lines to use Tool = element name { token }, element major { xsd:int, Range }*, element minor { xsd:int, Range }*, element release { token, Range }*, element buildDate{ xsd:date, Range }*, element vendor { text }?, element versionString { text, Range }*, element commandLine { ToolCommandLine }*, Required, Report ## The command-line to use. ## A command-line cannot be used in conjunction with classical parameters. ## That is, if you specify either a source or destination command line, there must be no parameterSet. ToolCommandLine = ( element arg { text }+ | element line { text } )?, Required, Report, Endpoint }