# Tool settings namespace local = "" default namespace tns = "http://www.ggf.org/namespaces/2004/01/gridNetworkMonitoring" grammar { ## The tool and optional command lines to use Tool = attribute required { xsd:boolean }?, element name { token }, element major { xsd:int }?, element minor { xsd:int }?, element release { token }?, element buildDate{ xsd:date }?, element vendor { text }?, element versionString { text }?, element sourceCommandLine { ToolCommandLine }?, element destCommandLine { ToolCommandLine }? ToolCommandLine = element arg { text }+ | element line { text } }