- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 18 Nov 2006 11:41:10 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/results/Baseline/SparqlQuerySimplified-1G In directory hutz:/tmp/cvs-serv3895/test-suite/results/Baseline/SparqlQuerySimplified-1G Added Files: sparql-protocol-query.canonical.wsdlcm Log Message: Added baselines for SparqlQuery* --- NEW FILE: sparql-protocol-query.canonical.wsdlcm --- <?xml version="1.0" encoding="UTF-8"?> <!-- Generated by wsdl-component-model.xslt, Jonathan Marsh, WSO2, jonathan@wso2.com --> <descriptionComponent xmlns="http://www.w3.org/2002/ws/desc/wsdl/component" xmlns:soapcm="http://www.w3.org/2002/ws/desc/wsdl/component-soap" xmlns:rpccm="http://www.w3.org/2002/ws/desc/wsdl/component-rpc" xmlns:httpcm="http://www.w3.org/2002/ws/desc/wsdl/component-http" xmlns:base="http://www.w3.org/2002/ws/desc/wsdl/component-base" xmlns:ext="http://www.w3.org/2002/ws/desc/wsdl/component-extensions" xml:id="c1"> <extensions> <base:uri>http://www.w3.org/2006/01/wsdl-extensions</base:uri> <base:uri>http://www.w3.org/2006/01/wsdl/http</base:uri> <base:uri>http://www.w3.org/2006/01/wsdl/rpc</base:uri> <base:uri>http://www.w3.org/2006/01/wsdl/soap</base:uri> </extensions> <interfaces> <interfaceComponent xml:id="c2"> <name> <base:namespaceName>http://www.w3.org/2005/08/sparql-protocol-query/#</base:namespaceName> <base:localName>SparqlQuery</base:localName> </name> <interfaceFaults> <interfaceFaultComponent xml:id="c3"> <name> <base:namespaceName>http://www.w3.org/2005/08/sparql-protocol-query/#</base:namespaceName> <base:localName>MalformedQuery</base:localName> </name> <elementDeclaration ref="c24"/> <base:parent ref="c2"/> </interfaceFaultComponent> <interfaceFaultComponent xml:id="c4"> <name> <base:namespaceName>http://www.w3.org/2005/08/sparql-protocol-query/#</base:namespaceName> <base:localName>QueryRequestRefused</base:localName> </name> <elementDeclaration ref="c26"/> <base:parent ref="c2"/> </interfaceFaultComponent> </interfaceFaults> <interfaceOperations> <interfaceOperationComponent xml:id="c5"> <name> <base:namespaceName>http://www.w3.org/2005/08/sparql-protocol-query/#</base:namespaceName> <base:localName>query</base:localName> </name> <messageExchangePattern>http://www.w3.org/2006/01/wsdl/in-out</messageExchangePattern> <interfaceMessageReferences> <interfaceMessageReferenceComponent xml:id="c6"> <messageLabel>In</messageLabel> <direction>in</direction> <messageContentModel>#element</messageContentModel> <elementDeclaration ref="c25"/> <base:parent ref="c5"/> </interfaceMessageReferenceComponent> <interfaceMessageReferenceComponent xml:id="c7"> <messageLabel>Out</messageLabel> <direction>out</direction> <messageContentModel>#element</messageContentModel> <elementDeclaration ref="c27"/> <base:parent ref="c5"/> </interfaceMessageReferenceComponent> </interfaceMessageReferences> <interfaceFaultReferences> <interfaceFaultReferenceComponent xml:id="c8"> <interfaceFault ref="c3"/> <messageLabel>Out</messageLabel> <direction>out</direction> <base:parent ref="c5"/> </interfaceFaultReferenceComponent> <interfaceFaultReferenceComponent xml:id="c9"> <interfaceFault ref="c4"/> <messageLabel>Out</messageLabel> <direction>out</direction> <base:parent ref="c5"/> </interfaceFaultReferenceComponent> </interfaceFaultReferences> <base:parent ref="c2"/> <ext:wsdlInterfaceOperationExtension> <ext:safety>false</ext:safety> </ext:wsdlInterfaceOperationExtension> </interfaceOperationComponent> </interfaceOperations> </interfaceComponent> </interfaces> <bindings> <bindingComponent xml:id="c10"> <name> <base:namespaceName>http://www.w3.org/2005/08/sparql-protocol-query/#</base:namespaceName> <base:localName>queryHttpGet</base:localName> </name> <interface ref="c2"/> <type>http://www.w3.org/2006/01/wsdl/http</type> <bindingFaults> <bindingFaultComponent xml:id="c11"> <interfaceFault ref="c3"/> <base:parent ref="c10"/> <httpcm:httpBindingFaultExtension> <httpcm:httpErrorStatusCode> <httpcm:code>400</httpcm:code> </httpcm:httpErrorStatusCode> </httpcm:httpBindingFaultExtension> </bindingFaultComponent> <bindingFaultComponent xml:id="c12"> <interfaceFault ref="c4"/> <base:parent ref="c10"/> <httpcm:httpBindingFaultExtension> <httpcm:httpErrorStatusCode> <httpcm:code>500</httpcm:code> </httpcm:httpErrorStatusCode> </httpcm:httpBindingFaultExtension> </bindingFaultComponent> </bindingFaults> <bindingOperations> <bindingOperationComponent xml:id="c13"> <interfaceOperation ref="c5"/> <base:parent ref="c10"/> <httpcm:httpBindingOperationExtension> <httpcm:httpFaultSerialization>*/*</httpcm:httpFaultSerialization> <httpcm:httpInputSerialization>application/x-www-form-urlencoded</httpcm:httpInputSerialization> <httpcm:httpLocationIgnoreUncited>false</httpcm:httpLocationIgnoreUncited> <httpcm:httpMethod>GET</httpcm:httpMethod> <httpcm:httpOutputSerialization>application/sparql-results+xml, application/rdf+xml, */*</httpcm:httpOutputSerialization> </httpcm:httpBindingOperationExtension> </bindingOperationComponent> </bindingOperations> <httpcm:httpBindingExtension> <httpcm:httpCookies>false</httpcm:httpCookies> <httpcm:httpQueryParameterSeparatorDefault>&</httpcm:httpQueryParameterSeparatorDefault> </httpcm:httpBindingExtension> </bindingComponent> <bindingComponent xml:id="c14"> <name> <base:namespaceName>http://www.w3.org/2005/08/sparql-protocol-query/#</base:namespaceName> <base:localName>queryHttpPost</base:localName> </name> <interface ref="c2"/> <type>http://www.w3.org/2006/01/wsdl/http</type> <bindingFaults> <bindingFaultComponent xml:id="c15"> <interfaceFault ref="c3"/> <base:parent ref="c14"/> <httpcm:httpBindingFaultExtension> <httpcm:httpErrorStatusCode> <httpcm:code>400</httpcm:code> </httpcm:httpErrorStatusCode> </httpcm:httpBindingFaultExtension> </bindingFaultComponent> <bindingFaultComponent xml:id="c16"> <interfaceFault ref="c4"/> <base:parent ref="c14"/> <httpcm:httpBindingFaultExtension> <httpcm:httpErrorStatusCode> <httpcm:code>500</httpcm:code> </httpcm:httpErrorStatusCode> </httpcm:httpBindingFaultExtension> </bindingFaultComponent> </bindingFaults> <bindingOperations> <bindingOperationComponent xml:id="c17"> <interfaceOperation ref="c5"/> <base:parent ref="c14"/> <httpcm:httpBindingOperationExtension> <httpcm:httpFaultSerialization>*/*</httpcm:httpFaultSerialization> <httpcm:httpInputSerialization>application/x-www-form-urlencoded, application/xml</httpcm:httpInputSerialization> <httpcm:httpLocationIgnoreUncited>false</httpcm:httpLocationIgnoreUncited> <httpcm:httpMethod>POST</httpcm:httpMethod> <httpcm:httpOutputSerialization>application/sparql-results+xml, application/rdf+xml, */*</httpcm:httpOutputSerialization> </httpcm:httpBindingOperationExtension> </bindingOperationComponent> </bindingOperations> <httpcm:httpBindingExtension> <httpcm:httpCookies>false</httpcm:httpCookies> <httpcm:httpQueryParameterSeparatorDefault>&</httpcm:httpQueryParameterSeparatorDefault> </httpcm:httpBindingExtension> </bindingComponent> <bindingComponent xml:id="c18"> <name> <base:namespaceName>http://www.w3.org/2005/08/sparql-protocol-query/#</base:namespaceName> <base:localName>querySoap</base:localName> </name> <interface ref="c2"/> <type>http://www.w3.org/2006/01/wsdl/soap</type> <bindingFaults> <bindingFaultComponent xml:id="c19"> <interfaceFault ref="c3"/> <base:parent ref="c18"/> <soapcm:soapBindingFaultExtension> <soapcm:soapFaultCode> <soapcm:code> <base:namespaceName>http://www.w3.org/2003/05/soap-envelope</base:namespaceName> <base:localName>Sender</base:localName> </soapcm:code> </soapcm:soapFaultCode> <soapcm:soapFaultSubcodes/> </soapcm:soapBindingFaultExtension> </bindingFaultComponent> <bindingFaultComponent xml:id="c20"> <interfaceFault ref="c4"/> <base:parent ref="c18"/> <soapcm:soapBindingFaultExtension> <soapcm:soapFaultCode> <soapcm:code> <base:namespaceName>http://www.w3.org/2003/05/soap-envelope</base:namespaceName> <base:localName>Sender</base:localName> </soapcm:code> </soapcm:soapFaultCode> <soapcm:soapFaultSubcodes/> </soapcm:soapBindingFaultExtension> </bindingFaultComponent> </bindingFaults> <bindingOperations> <bindingOperationComponent xml:id="c21"> <interfaceOperation ref="c5"/> <base:parent ref="c18"/> <soapcm:soapBindingOperationExtension> <soapcm:soapMep>http://www.w3.org/2003/05/soap/mep/request-response</soapcm:soapMep> </soapcm:soapBindingOperationExtension> </bindingOperationComponent> </bindingOperations> <soapcm:soapBindingExtension> <httpcm:httpCookies>false</httpcm:httpCookies> <soapcm:soapUnderlyingProtocol>http://www.w3.org/2003/05/soap/bindings/HTTP/</soapcm:soapUnderlyingProtocol> <soapcm:soapVersion>1.2</soapcm:soapVersion> </soapcm:soapBindingExtension> </bindingComponent> </bindings> <elementDeclarations> <elementDeclarationComponent xml:id="c22"> <name> <base:namespaceName>http://www.w3.org/1999/02/22-rdf-syntax-ns#</base:namespaceName> <base:localName>RDF</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> <elementDeclarationComponent xml:id="c23"> <name> <base:namespaceName>http://www.w3.org/2005/09/sparql-protocol-types/#</base:namespaceName> <base:localName>fault-details</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> <elementDeclarationComponent xml:id="c24"> <name> <base:namespaceName>http://www.w3.org/2005/09/sparql-protocol-types/#</base:namespaceName> <base:localName>malformed-query</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> <elementDeclarationComponent xml:id="c25"> <name> <base:namespaceName>http://www.w3.org/2005/09/sparql-protocol-types/#</base:namespaceName> <base:localName>query-request</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> <elementDeclarationComponent xml:id="c26"> <name> <base:namespaceName>http://www.w3.org/2005/09/sparql-protocol-types/#</base:namespaceName> <base:localName>query-request-refused</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> <elementDeclarationComponent xml:id="c27"> <name> <base:namespaceName>http://www.w3.org/2005/09/sparql-protocol-types/#</base:namespaceName> <base:localName>query-result</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> <elementDeclarationComponent xml:id="c28"> <name> <base:namespaceName>http://www.w3.org/2005/sparql-results#</base:namespaceName> <base:localName>binding</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> <elementDeclarationComponent xml:id="c29"> <name> <base:namespaceName>http://www.w3.org/2005/sparql-results#</base:namespaceName> <base:localName>bnode</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> <elementDeclarationComponent xml:id="c30"> <name> <base:namespaceName>http://www.w3.org/2005/sparql-results#</base:namespaceName> <base:localName>boolean</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> <elementDeclarationComponent xml:id="c31"> <name> <base:namespaceName>http://www.w3.org/2005/sparql-results#</base:namespaceName> <base:localName>head</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> <elementDeclarationComponent xml:id="c32"> <name> <base:namespaceName>http://www.w3.org/2005/sparql-results#</base:namespaceName> <base:localName>link</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> <elementDeclarationComponent xml:id="c33"> <name> <base:namespaceName>http://www.w3.org/2005/sparql-results#</base:namespaceName> <base:localName>literal</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> <elementDeclarationComponent xml:id="c34"> <name> <base:namespaceName>http://www.w3.org/2005/sparql-results#</base:namespaceName> <base:localName>result</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> <elementDeclarationComponent xml:id="c35"> <name> <base:namespaceName>http://www.w3.org/2005/sparql-results#</base:namespaceName> <base:localName>results</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> <elementDeclarationComponent xml:id="c36"> <name> <base:namespaceName>http://www.w3.org/2005/sparql-results#</base:namespaceName> <base:localName>sparql</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> <elementDeclarationComponent xml:id="c37"> <name> <base:namespaceName>http://www.w3.org/2005/sparql-results#</base:namespaceName> <base:localName>uri</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> <elementDeclarationComponent xml:id="c38"> <name> <base:namespaceName>http://www.w3.org/2005/sparql-results#</base:namespaceName> <base:localName>variable</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> </elementDeclarations> <typeDefinitions> <typeDefinitionComponent xml:id="c39"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>anyURI</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c40"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>base64Binary</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c41"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>boolean</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c42"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>byte</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c43"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>date</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c44"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>dateTime</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c45"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>decimal</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c46"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>double</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c47"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>duration</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c48"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>ENTITIES</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c49"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>ENTITY</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c50"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>float</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c51"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>gDay</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c52"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>gMonth</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c53"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>gMonthDay</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c54"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>gYear</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c55"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>gYearMonth</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c56"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>hexBinary</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c57"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>ID</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c58"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>IDREF</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c59"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>IDREFS</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c60"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>int</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c61"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>integer</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c62"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>language</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c63"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>long</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c64"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>Name</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c65"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>NCName</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c66"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>negativeInteger</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c67"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>NMTOKEN</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c68"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>NMTOKENS</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c69"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>nonNegativeInteger</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c70"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>nonPositiveInteger</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c71"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>normalizedString</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c72"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>NOTATION</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c73"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>positiveInteger</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c74"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>QName</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c75"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>short</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c76"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>string</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c77"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>time</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c78"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>token</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c79"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>unsignedByte</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c80"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>unsignedInt</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c81"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>unsignedLong</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c82"> <name> <base:namespaceName>http://www.w3.org/2001/XMLSchema</base:namespaceName> <base:localName>unsignedShort</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> <typeDefinitionComponent xml:id="c83"> <name> <base:namespaceName>http://www.w3.org/2005/sparql-results#</base:namespaceName> <base:localName>URI-reference</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> </typeDefinitions> </descriptionComponent>
Received on Saturday, 18 November 2006 11:41:26 UTC