This is a static archive of the previous Open Grid Forum GridForge content management system saved from host forge.ogf.org file /sf/sfmain/do/go/artf2673?nav=1&selectedTab=attachments at Sun, 06 Nov 2022 12:26:24 GMT SourceForge : artf2673: (1810) Trivial XQueryX embedding

Project Home

Tracker

Documents

Tasks

Source Code

Discussions

File Releases

Wiki

Project Admin
Search Tracker
Project: DAIS-WG     Trackers > WS-DAIX issues > View Artifact
Artifact artf2673 : (1810) Trivial XQueryX embedding
Tracker: WS-DAIX issues
Title: (1810) Trivial XQueryX embedding
Description:
Regarding the use of XQueryX in the WS-DAIX WSDL, there is the following element defined in the XQueryX schema to handle
 the trivial embedding of XQueryX:

<xsd:element name="xquery" type="xsd:string"/>

But, the XQuery port type WSDL defines the XQuery expression type as:

<xsd:complexType name="XQueryExpressionType">
   <xsd:complexContent>
      <xsd:extension base="wsdai:ExpressionType">
         <xsd:sequence>
            <xsd:element ref="xqx:module"/>
         </xsd:sequence>
       </xsd:extension>
   </xsd:complexContent>		
</xsd:complexType>

I think that this means that the trivial embedding can't be used. Perhaps <xsd:element ref="xqx:module"/> in the above 
should be changed to <xsd:any namespace="http://www.w3.org/2005/XQueryX"/>. This would allow XQuery expressions to be 
passed as strings, and would also be consistent with the way that XUpdate expressions are defined in the WSDL.
.
Submitted By: Steven Lynden
Submitted On: 05/02/2006 6:47 AM EDT
Last Modified: 06/21/2006 10:31 AM EDT
Closed: 06/21/2006 10:31 AM EDT

Status / Comments Change Log Associations Attachments  
File Name File Size Added By Added On
No results found.

 
 
 
< Previous
 
 
Next >
 


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/sfmain/do/go/artf2673?nav=1&selectedTab=attachments at Sun, 06 Nov 2022 12:26:24 GMT