Jsdl-Posix Application Query

Hello, In the JSDL Schema (Page 46, Paragraph: 8.1.1.1) it specifies that a POSIX style application MUST appear only once if it is present as a sub-element of the JSDL Application element. If a POSIX style application DOES NOT appear under the JSDL Application Element, can it appear more than once in a JSDL file? If yes, what is the maximum number of occurrences? Thank you in advance. -- _________________________________________________ Nicholas Loulloudes High Performance Computing Systems Laboratory (HPCL) Department of Computer Science, University of Cyprus, Nicosia, Cyprus Tel: +357-22892700 Fax: +357-22892701 Email: loulloudes.n@cs.ucy.ac.cy

Nicholas Loulloudes wrote:
In the JSDL Schema (Page 46, Paragraph: 8.1.1.1) it specifies that a POSIX style application MUST appear only once if it is present as a sub-element of the JSDL Application element.
If a POSIX style application DOES NOT appear under the JSDL Application Element, can it appear more than once in a JSDL file? If yes, what is the maximum number of occurrences?
It is syntactically legal to put it multiple times as a child of any element that has an extensible content model (i.e. xsd:any) other than the Application element (as you note). _BUT_ we do not define the meaning of the resulting document if you do that; it's not our place to prevent you from blowing your own foot off... :-) (Many drafts did have restrictions on where you could put elements, but it turns out that's a bad idea as it prevents good forms of reuse as well as bad.) Donal.
participants (2)
-
Donal K. Fellows
-
Nicholas Loulloudes