Namespace for sparql-protocol-types?

I tried:
grep "2005/../sparql" sparql-protocol-types.xsd sparql-protocol-query.wsdl
on the CVS copies


sparql-protocol-types.xsd: 
targetNamespace="http://www.w3.org/2005/09/sparql-protocol-types/#"

sparql-protocol-types.xsd: 
xmlns:spt="http://www.w3.org/2005/09/sparql-protocol-types/#"

sparql-protocol-query.wsdl: 
xmlns:st="http://www.w3.org/2005/08/sparql-protocol-types/#"

sparql-protocol-query.wsdl: 
xmlns:tns="http://www.w3.org/2005/08/sparql-protocol-query/#"

sparql-protocol-query.wsdl: 
targetNamespace="http://www.w3.org/2005/08/sparql-protocol-query/#">

sparql-protocol-query.wsdl:
<xs:import namespace="http://www.w3.org/2005/09/sparql-protocol-types/#"/>


so there are both 2005/09/sparql-protocol-types and 
2005/08/sparql-protocol-types (08 and 09)


which would explain why I can't compile the WSDL :-)


 Andy

Received on Wednesday, 14 September 2005 17:43:03 UTC