Description: |
[Received by email from Jeff Lawson]
In the JSDL 1.0 spec, I noticed the following example. I think the existence of the “?” character may be a mistake
since the example is intended to express a literal example and not make use of “pseudo-schema” notation. Additionally
, to be a more complete and concrete example, I would recommend that some actual text be included for the JobDescription
element.
6.1.1.6 Examples
A document with the id “gnuplot”:
<jsdl:JobDefinition id=”gnuplot”?>
<jsdl:JobDescription> ... </jsdl:JobDescription>
</jsdl:JobDefinition>
Thanks,
Jeff
|