This is a static archive of the previous Open Grid Forum GridForge content management system saved from host forge.ogf.org file /sf/discussion/do/listPosts/projects.ggf-editor/discussion.rec_jsdl_1_0_errata.topc4175 at Thu, 03 Nov 2022 23:23:30 GMT SourceForge : Post

Project Home

Tracker

Documents

Tasks

Source Code

Discussions

File Releases

Wiki

Project Admin
Project: Editor     Discussion > REC: JSDL Spec v1.0 Errata > Example in 6.5.1.6 wrong order of elements > List of Posts
Forum Topic - Example in 6.5.1.6 wrong order of elements: (2 Items)
View:  as 
 
 
Example in 6.5.1.6 wrong order of elements
The example in section 6.5.1.6 has a wrong order of elements
and does not conform to the Schema. It writes:

<jsdl:DataStaging>
<jsdl:FileName>control.txt</jsdl:FileName>
<jsdl:Source>
<jsdl:URI>http://foo.bar.com/~me/control.txt</jsdl:URI>;
</jsdl:Source>
<jsdl:CreationFlag>overwrite</jsdl:CreationFlag>
<jsdl:DeleteOnTermination>true</jsdl:DeleteOnTermination>
</jsdl:DataStaging>

where jsdl:Source is _bevore_  jsdl:CreationFlag, while the XML Schmema
says it must be _after_  (Page 71): 

<xsd:sequence>
<xsd:element ref="jsdl:FileName"/>
<xsd:element ref="jsdl:FilesystemName" minOccurs="0"/>
<xsd:element ref="jsdl:CreationFlag"/>
<xsd:element ref="jsdl:DeleteOnTermination" minOccurs="0"/>
<xsd:element ref="jsdl:Source" minOccurs="0"/>
...
Re: Example in 6.5.1.6 wrong order of elements
Good catch, thanks. We'll fix the examples in 6.5.1.6 and recheck other examples that use the DataStaging element.

 
 


The Open Grid Forum Contact Webmaster | Report a problem | GridForge Help
This is a static archive of the previous Open Grid Forum GridForge content management system saved from host forge.ogf.org file /sf/discussion/do/listPosts/projects.ggf-editor/discussion.rec_jsdl_1_0_errata.topc4175 at Thu, 03 Nov 2022 23:23:31 GMT