- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 20 Jun 2006 19:48:20 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/results/wsdl-xslt/HTTPBinding-1G In directory hutz:/tmp/cvs-serv22389/test-suite/results/wsdl-xslt/HTTPBinding-1G Modified Files: Echo.wsdlcm Echo.canonical.wsdlcm Log Message: 6/10 Woden results 6/20 wsdl-xslt results (updated wsdlcm schema). Index: Echo.canonical.wsdlcm =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results/wsdl-xslt/HTTPBinding-1G/Echo.canonical.wsdlcm,v retrieving revision 1.1 retrieving revision 1.2 diff -C 2 -d -r1.1 -r1.2 *** Echo.canonical.wsdlcm 1 Jun 2006 22:06:01 -0000 1.1 --- Echo.canonical.wsdlcm 20 Jun 2006 19:48:18 -0000 1.2 *************** *** 1,13 **** <?xml version="1.0" encoding="UTF-8"?> ! <!-- Generated by wsdl-component-model.xslt, Jonathan Marsh, Microsoft, jmarsh@microsoft.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:basecm="http://www.w3.org/2002/ws/desc/wsdl/component-base" xmlns:extcm="http://www.w3.org/2002/ws/desc/wsdl/component-extensions" xmlns:whttp="http://www.w3.org/2006/01/wsdl/http" xml:id="c1"> <interfaces><interfaceComponent xml:id="c2"> <name> ! <basecm:namespaceName>http://example.org/Echo</basecm:namespaceName> ! <basecm:localName>EchoInterface</basecm:localName> </name> <interfaceOperations><interfaceOperationComponent xml:id="c3"> <name> ! <basecm:namespaceName>http://example.org/Echo</basecm:namespaceName> ! <basecm:localName>echo</basecm:localName> </name> <messageExchangePattern>http://www.w3.org/2006/01/wsdl/in-out</messageExchangePattern> --- 1,19 ---- <?xml version="1.0" encoding="UTF-8"?> ! <!-- Generated by wsdl-component-model.xslt, Jonathan Marsh, Microsoft, jmarsh@microsoft.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://example.org/Echo</base:namespaceName> ! <base:localName>EchoInterface</base:localName> </name> <interfaceOperations><interfaceOperationComponent xml:id="c3"> <name> ! <base:namespaceName>http://example.org/Echo</base:namespaceName> ! <base:localName>echo</base:localName> </name> <messageExchangePattern>http://www.w3.org/2006/01/wsdl/in-out</messageExchangePattern> *************** *** 17,21 **** <messageContentModel>#element</messageContentModel> <elementDeclaration ref="c10"/> ! <parent ref="c3"/> </interfaceMessageReferenceComponent><interfaceMessageReferenceComponent xml:id="c5"> <messageLabel>Out</messageLabel> --- 23,27 ---- <messageContentModel>#element</messageContentModel> <elementDeclaration ref="c10"/> ! <base:parent ref="c3"/> </interfaceMessageReferenceComponent><interfaceMessageReferenceComponent xml:id="c5"> <messageLabel>Out</messageLabel> *************** *** 23,36 **** <messageContentModel>#element</messageContentModel> <elementDeclaration ref="c11"/> ! <parent ref="c3"/> </interfaceMessageReferenceComponent></interfaceMessageReferences> ! <parent ref="c2"/> ! <extcm:safety>true</extcm:safety> </interfaceOperationComponent></interfaceOperations> </interfaceComponent></interfaces> <bindings><bindingComponent xml:id="c6"> <name> ! <basecm:namespaceName>http://example.org/Echo</basecm:namespaceName> ! <basecm:localName>EchoHTTPBinding</basecm:localName> </name> <interface ref="c2"/> --- 29,44 ---- <messageContentModel>#element</messageContentModel> <elementDeclaration ref="c11"/> ! <base:parent ref="c3"/> </interfaceMessageReferenceComponent></interfaceMessageReferences> ! <base:parent ref="c2"/> ! <ext:wsdlInterfaceOperationExtension> ! <ext:safety>true</ext:safety> ! </ext:wsdlInterfaceOperationExtension> </interfaceOperationComponent></interfaceOperations> </interfaceComponent></interfaces> <bindings><bindingComponent xml:id="c6"> <name> ! <base:namespaceName>http://example.org/Echo</base:namespaceName> ! <base:localName>EchoHTTPBinding</base:localName> </name> <interface ref="c2"/> *************** *** 38,42 **** <bindingOperations><bindingOperationComponent xml:id="c7"> <interfaceOperation ref="c3"/> ! <parent ref="c6"/> <httpcm:httpFaultSerialization>application/xml</httpcm:httpFaultSerialization> <httpcm:httpInputSerialization>application/x-www-form-urlencoded</httpcm:httpInputSerialization> --- 46,51 ---- <bindingOperations><bindingOperationComponent xml:id="c7"> <interfaceOperation ref="c3"/> ! <base:parent ref="c6"/> ! <httpcm:httpBindingOperationExtension> <httpcm:httpFaultSerialization>application/xml</httpcm:httpFaultSerialization> <httpcm:httpInputSerialization>application/x-www-form-urlencoded</httpcm:httpInputSerialization> *************** *** 44,55 **** <httpcm:httpMethod>GET</httpcm:httpMethod> <httpcm:httpOutputSerialization>application/xml</httpcm:httpOutputSerialization> </bindingOperationComponent></bindingOperations> <httpcm:httpCookies>false</httpcm:httpCookies> <httpcm:httpQueryParameterSeparatorDefault>&</httpcm:httpQueryParameterSeparatorDefault> </bindingComponent></bindings> <services><serviceComponent xml:id="c8"> <name> ! <basecm:namespaceName>http://example.org/Echo</basecm:namespaceName> ! <basecm:localName>EchoService</basecm:localName> </name> <interface ref="c2"/> --- 53,67 ---- <httpcm:httpMethod>GET</httpcm:httpMethod> <httpcm:httpOutputSerialization>application/xml</httpcm:httpOutputSerialization> + </httpcm:httpBindingOperationExtension> </bindingOperationComponent></bindingOperations> + <httpcm:httpBindingExtension> <httpcm:httpCookies>false</httpcm:httpCookies> <httpcm:httpQueryParameterSeparatorDefault>&</httpcm:httpQueryParameterSeparatorDefault> + </httpcm:httpBindingExtension> </bindingComponent></bindings> <services><serviceComponent xml:id="c8"> <name> ! <base:namespaceName>http://example.org/Echo</base:namespaceName> ! <base:localName>EchoService</base:localName> </name> <interface ref="c2"/> *************** *** 57,75 **** <name>EchoHTTPEndpoint</name> <binding ref="c6"/> ! <parent ref="c8"/> <httpcm:httpAuthenticationRealm>example.org Realm</httpcm:httpAuthenticationRealm> <httpcm:httpAuthenticationScheme>basic</httpcm:httpAuthenticationScheme> </endpointComponent></endpoints> </serviceComponent></services> <elementDeclarations><elementDeclarationComponent xml:id="c10"> <name> ! <basecm:namespaceName>http://example.org/Echo</basecm:namespaceName> ! <basecm:localName>Echo</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent><elementDeclarationComponent xml:id="c11"> <name> ! <basecm:namespaceName>http://example.org/Echo</basecm:namespaceName> ! <basecm:localName>EchoResponse</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 69,89 ---- <name>EchoHTTPEndpoint</name> <binding ref="c6"/> ! <base:parent ref="c8"/> ! <httpcm:httpEndpointExtension> <httpcm:httpAuthenticationRealm>example.org Realm</httpcm:httpAuthenticationRealm> <httpcm:httpAuthenticationScheme>basic</httpcm:httpAuthenticationScheme> + </httpcm:httpEndpointExtension> </endpointComponent></endpoints> </serviceComponent></services> <elementDeclarations><elementDeclarationComponent xml:id="c10"> <name> ! <base:namespaceName>http://example.org/Echo</base:namespaceName> ! <base:localName>Echo</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent><elementDeclarationComponent xml:id="c11"> <name> ! <base:namespaceName>http://example.org/Echo</base:namespaceName> ! <base:localName>EchoResponse</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> *************** *** 77,340 **** <typeDefinitions><typeDefinitionComponent xml:id="c12"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>anyURI</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c13"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>base64Binary</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c14"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>boolean</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c15"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>byte</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c16"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>date</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c17"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>dateTime</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c18"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>decimal</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c19"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>double</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c20"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>duration</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c21"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>ENTITIES</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c22"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>ENTITY</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c23"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>float</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c24"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>gDay</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c25"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>gMonth</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c26"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>gMonthDay</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c27"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>gYear</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c28"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>gYearMonth</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c29"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>hexBinary</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c30"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>ID</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c31"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>IDREF</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c32"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>IDREFS</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c33"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>int</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c34"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>integer</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c35"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>language</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c36"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>long</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c37"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>Name</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c38"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>NCName</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c39"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>negativeInteger</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c40"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>NMTOKEN</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c41"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>NMTOKENS</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c42"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>nonNegativeInteger</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c43"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>nonPositiveInteger</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c44"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>normalizedString</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c45"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>NOTATION</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c46"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>positiveInteger</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c47"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>QName</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c48"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>short</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c49"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>string</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c50"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>time</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c51"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>token</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c52"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>unsignedByte</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c53"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>unsignedInt</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c54"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>unsignedLong</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent><typeDefinitionComponent xml:id="c55"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>unsignedShort</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 91,354 ---- <typeDefinitions><typeDefinitionComponent xml:id="c12"> <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="c13"> <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="c14"> <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="c15"> <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="c16"> <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="c17"> <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="c18"> <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="c19"> <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="c20"> <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="c21"> <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="c22"> <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="c23"> <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="c24"> <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="c25"> <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="c26"> <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="c27"> <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="c28"> <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="c29"> <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="c30"> <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="c31"> <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="c32"> <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="c33"> <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="c34"> <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="c35"> <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="c36"> <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="c37"> <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="c38"> <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="c39"> <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="c40"> <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="c41"> <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="c42"> <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="c43"> <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="c44"> <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="c45"> <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="c46"> <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="c47"> <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="c48"> <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="c49"> <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="c50"> <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="c51"> <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="c52"> <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="c53"> <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="c54"> <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="c55"> <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> Index: Echo.wsdlcm =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results/wsdl-xslt/HTTPBinding-1G/Echo.wsdlcm,v retrieving revision 1.1 retrieving revision 1.2 diff -C 2 -d -r1.1 -r1.2 *** Echo.wsdlcm 1 Jun 2006 22:06:01 -0000 1.1 --- Echo.wsdlcm 20 Jun 2006 19:48:18 -0000 1.2 *************** *** 1,16 **** <?xml version="1.0" encoding="UTF-8"?> <!-- Generated by wsdl-component-model.xslt, Jonathan Marsh, Microsoft, jmarsh@microsoft.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:basecm="http://www.w3.org/2002/ws/desc/wsdl/component-base" xmlns:extcm="http://www.w3.org/2002/ws/desc/wsdl/component-extensions" xmlns:whttp="http://www.w3.org/2006/01/wsdl/http" xml:id="N10001"> <interfaces> <interfaceComponent xml:id="N1001E"> <name> ! <basecm:namespaceName>http://example.org/Echo</basecm:namespaceName> ! <basecm:localName>EchoInterface</basecm:localName> </name> <interfaceOperations> <interfaceOperationComponent xml:id="N10021"> <name> ! <basecm:namespaceName>http://example.org/Echo</basecm:namespaceName> ! <basecm:localName>echo</basecm:localName> </name> <messageExchangePattern>http://www.w3.org/2006/01/wsdl/in-out</messageExchangePattern> --- 1,22 ---- <?xml version="1.0" encoding="UTF-8"?> <!-- Generated by wsdl-component-model.xslt, Jonathan Marsh, Microsoft, jmarsh@microsoft.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="N10001"> ! <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="N1001E"> <name> ! <base:namespaceName>http://example.org/Echo</base:namespaceName> ! <base:localName>EchoInterface</base:localName> </name> <interfaceOperations> <interfaceOperationComponent xml:id="N10021"> <name> ! <base:namespaceName>http://example.org/Echo</base:namespaceName> ! <base:localName>echo</base:localName> </name> <messageExchangePattern>http://www.w3.org/2006/01/wsdl/in-out</messageExchangePattern> *************** *** 21,25 **** <messageContentModel>#element</messageContentModel> <elementDeclaration ref="N10014"/> ! <parent ref="N10021"/> </interfaceMessageReferenceComponent> <interfaceMessageReferenceComponent xml:id="N10029"> --- 27,31 ---- <messageContentModel>#element</messageContentModel> <elementDeclaration ref="N10014"/> ! <base:parent ref="N10021"/> </interfaceMessageReferenceComponent> <interfaceMessageReferenceComponent xml:id="N10029"> *************** *** 28,36 **** <messageContentModel>#element</messageContentModel> <elementDeclaration ref="N10018"/> ! <parent ref="N10021"/> </interfaceMessageReferenceComponent> </interfaceMessageReferences> ! <parent ref="N1001E"/> ! <extcm:safety>true</extcm:safety> </interfaceOperationComponent> </interfaceOperations> --- 34,44 ---- <messageContentModel>#element</messageContentModel> <elementDeclaration ref="N10018"/> ! <base:parent ref="N10021"/> </interfaceMessageReferenceComponent> </interfaceMessageReferences> ! <base:parent ref="N1001E"/> ! <ext:wsdlInterfaceOperationExtension> ! <ext:safety>true</ext:safety> ! </ext:wsdlInterfaceOperationExtension> </interfaceOperationComponent> </interfaceOperations> *************** *** 40,45 **** <bindingComponent xml:id="N1002E"> <name> ! <basecm:namespaceName>http://example.org/Echo</basecm:namespaceName> ! <basecm:localName>EchoHTTPBinding</basecm:localName> </name> <interface ref="N1001E"/> --- 48,53 ---- <bindingComponent xml:id="N1002E"> <name> ! <base:namespaceName>http://example.org/Echo</base:namespaceName> ! <base:localName>EchoHTTPBinding</base:localName> </name> <interface ref="N1001E"/> *************** *** 48,52 **** <bindingOperationComponent xml:id="N10034"> <interfaceOperation ref="N10021"/> ! <parent ref="N1002E"/> <httpcm:httpFaultSerialization>application/xml</httpcm:httpFaultSerialization> <httpcm:httpInputSerialization>application/x-www-form-urlencoded</httpcm:httpInputSerialization> --- 56,61 ---- <bindingOperationComponent xml:id="N10034"> <interfaceOperation ref="N10021"/> ! <base:parent ref="N1002E"/> ! <httpcm:httpBindingOperationExtension> <httpcm:httpFaultSerialization>application/xml</httpcm:httpFaultSerialization> <httpcm:httpInputSerialization>application/x-www-form-urlencoded</httpcm:httpInputSerialization> *************** *** 54,61 **** --- 63,73 ---- <httpcm:httpMethod>GET</httpcm:httpMethod> <httpcm:httpOutputSerialization>application/xml</httpcm:httpOutputSerialization> + </httpcm:httpBindingOperationExtension> </bindingOperationComponent> </bindingOperations> + <httpcm:httpBindingExtension> <httpcm:httpCookies>false</httpcm:httpCookies> <httpcm:httpQueryParameterSeparatorDefault>&</httpcm:httpQueryParameterSeparatorDefault> + </httpcm:httpBindingExtension> </bindingComponent> </bindings> *************** *** 63,68 **** <serviceComponent xml:id="N10039"> <name> ! <basecm:namespaceName>http://example.org/Echo</basecm:namespaceName> ! <basecm:localName>EchoService</basecm:localName> </name> <interface ref="N1001E"/> --- 75,80 ---- <serviceComponent xml:id="N10039"> <name> ! <base:namespaceName>http://example.org/Echo</base:namespaceName> ! <base:localName>EchoService</base:localName> </name> <interface ref="N1001E"/> *************** *** 71,77 **** <name>EchoHTTPEndpoint</name> <binding ref="N1002E"/> ! <parent ref="N10039"/> <httpcm:httpAuthenticationRealm>example.org Realm</httpcm:httpAuthenticationRealm> <httpcm:httpAuthenticationScheme>basic</httpcm:httpAuthenticationScheme> </endpointComponent> </endpoints> --- 83,91 ---- <name>EchoHTTPEndpoint</name> <binding ref="N1002E"/> ! <base:parent ref="N10039"/> ! <httpcm:httpEndpointExtension> <httpcm:httpAuthenticationRealm>example.org Realm</httpcm:httpAuthenticationRealm> <httpcm:httpAuthenticationScheme>basic</httpcm:httpAuthenticationScheme> + </httpcm:httpEndpointExtension> </endpointComponent> </endpoints> *************** *** 81,86 **** <elementDeclarationComponent xml:id="N10014"> <name> ! <basecm:namespaceName>http://example.org/Echo</basecm:namespaceName> ! <basecm:localName>Echo</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 95,100 ---- <elementDeclarationComponent xml:id="N10014"> <name> ! <base:namespaceName>http://example.org/Echo</base:namespaceName> ! <base:localName>Echo</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> *************** *** 88,93 **** <elementDeclarationComponent xml:id="N10018"> <name> ! <basecm:namespaceName>http://example.org/Echo</basecm:namespaceName> ! <basecm:localName>EchoResponse</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 102,107 ---- <elementDeclarationComponent xml:id="N10018"> <name> ! <base:namespaceName>http://example.org/Echo</base:namespaceName> ! <base:localName>EchoResponse</base:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> *************** *** 97,102 **** <typeDefinitionComponent xml:id="xs-anyURI"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>anyURI</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 111,116 ---- <typeDefinitionComponent xml:id="xs-anyURI"> <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> *************** *** 104,109 **** <typeDefinitionComponent xml:id="xs-base64Binary"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>base64Binary</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 118,123 ---- <typeDefinitionComponent xml:id="xs-base64Binary"> <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> *************** *** 111,116 **** <typeDefinitionComponent xml:id="xs-boolean"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>boolean</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 125,130 ---- <typeDefinitionComponent xml:id="xs-boolean"> <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> *************** *** 118,123 **** <typeDefinitionComponent xml:id="xs-byte"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>byte</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 132,137 ---- <typeDefinitionComponent xml:id="xs-byte"> <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> *************** *** 125,130 **** <typeDefinitionComponent xml:id="xs-date"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>date</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 139,144 ---- <typeDefinitionComponent xml:id="xs-date"> <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> *************** *** 132,137 **** <typeDefinitionComponent xml:id="xs-dateTime"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>dateTime</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 146,151 ---- <typeDefinitionComponent xml:id="xs-dateTime"> <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> *************** *** 139,144 **** <typeDefinitionComponent xml:id="xs-decimal"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>decimal</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 153,158 ---- <typeDefinitionComponent xml:id="xs-decimal"> <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> *************** *** 146,151 **** <typeDefinitionComponent xml:id="xs-double"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>double</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 160,165 ---- <typeDefinitionComponent xml:id="xs-double"> <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> *************** *** 153,158 **** <typeDefinitionComponent xml:id="xs-duration"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>duration</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 167,172 ---- <typeDefinitionComponent xml:id="xs-duration"> <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> *************** *** 160,165 **** <typeDefinitionComponent xml:id="xs-ENTITIES"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>ENTITIES</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 174,179 ---- <typeDefinitionComponent xml:id="xs-ENTITIES"> <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> *************** *** 167,172 **** <typeDefinitionComponent xml:id="xs-ENTITY"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>ENTITY</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 181,186 ---- <typeDefinitionComponent xml:id="xs-ENTITY"> <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> *************** *** 174,179 **** <typeDefinitionComponent xml:id="xs-float"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>float</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 188,193 ---- <typeDefinitionComponent xml:id="xs-float"> <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> *************** *** 181,186 **** <typeDefinitionComponent xml:id="xs-gDay"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>gDay</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 195,200 ---- <typeDefinitionComponent xml:id="xs-gDay"> <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> *************** *** 188,193 **** <typeDefinitionComponent xml:id="xs-gMonth"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>gMonth</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 202,207 ---- <typeDefinitionComponent xml:id="xs-gMonth"> <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> *************** *** 195,200 **** <typeDefinitionComponent xml:id="xs-gMonthDay"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>gMonthDay</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 209,214 ---- <typeDefinitionComponent xml:id="xs-gMonthDay"> <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> *************** *** 202,207 **** <typeDefinitionComponent xml:id="xs-gYear"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>gYear</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 216,221 ---- <typeDefinitionComponent xml:id="xs-gYear"> <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> *************** *** 209,214 **** <typeDefinitionComponent xml:id="xs-gYearMonth"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>gYearMonth</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 223,228 ---- <typeDefinitionComponent xml:id="xs-gYearMonth"> <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> *************** *** 216,221 **** <typeDefinitionComponent xml:id="xs-hexBinary"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>hexBinary</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 230,235 ---- <typeDefinitionComponent xml:id="xs-hexBinary"> <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> *************** *** 223,228 **** <typeDefinitionComponent xml:id="xs-ID"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>ID</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 237,242 ---- <typeDefinitionComponent xml:id="xs-ID"> <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> *************** *** 230,235 **** <typeDefinitionComponent xml:id="xs-IDREF"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>IDREF</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 244,249 ---- <typeDefinitionComponent xml:id="xs-IDREF"> <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> *************** *** 237,242 **** <typeDefinitionComponent xml:id="xs-IDREFS"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>IDREFS</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 251,256 ---- <typeDefinitionComponent xml:id="xs-IDREFS"> <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> *************** *** 244,249 **** <typeDefinitionComponent xml:id="xs-int"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>int</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 258,263 ---- <typeDefinitionComponent xml:id="xs-int"> <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> *************** *** 251,256 **** <typeDefinitionComponent xml:id="xs-integer"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>integer</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 265,270 ---- <typeDefinitionComponent xml:id="xs-integer"> <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> *************** *** 258,263 **** <typeDefinitionComponent xml:id="xs-language"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>language</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 272,277 ---- <typeDefinitionComponent xml:id="xs-language"> <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> *************** *** 265,270 **** <typeDefinitionComponent xml:id="xs-long"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>long</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 279,284 ---- <typeDefinitionComponent xml:id="xs-long"> <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> *************** *** 272,277 **** <typeDefinitionComponent xml:id="xs-Name"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>Name</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 286,291 ---- <typeDefinitionComponent xml:id="xs-Name"> <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> *************** *** 279,284 **** <typeDefinitionComponent xml:id="xs-NCName"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>NCName</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 293,298 ---- <typeDefinitionComponent xml:id="xs-NCName"> <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> *************** *** 286,291 **** <typeDefinitionComponent xml:id="xs-negativeInteger"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>negativeInteger</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 300,305 ---- <typeDefinitionComponent xml:id="xs-negativeInteger"> <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> *************** *** 293,298 **** <typeDefinitionComponent xml:id="xs-NMTOKEN"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>NMTOKEN</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 307,312 ---- <typeDefinitionComponent xml:id="xs-NMTOKEN"> <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> *************** *** 300,305 **** <typeDefinitionComponent xml:id="xs-NMTOKENS"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>NMTOKENS</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 314,319 ---- <typeDefinitionComponent xml:id="xs-NMTOKENS"> <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> *************** *** 307,312 **** <typeDefinitionComponent xml:id="xs-nonNegativeInteger"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>nonNegativeInteger</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 321,326 ---- <typeDefinitionComponent xml:id="xs-nonNegativeInteger"> <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> *************** *** 314,319 **** <typeDefinitionComponent xml:id="xs-nonPositiveInteger"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>nonPositiveInteger</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 328,333 ---- <typeDefinitionComponent xml:id="xs-nonPositiveInteger"> <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> *************** *** 321,326 **** <typeDefinitionComponent xml:id="xs-normalizedString"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>normalizedString</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 335,340 ---- <typeDefinitionComponent xml:id="xs-normalizedString"> <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> *************** *** 328,333 **** <typeDefinitionComponent xml:id="xs-NOTATION"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>NOTATION</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 342,347 ---- <typeDefinitionComponent xml:id="xs-NOTATION"> <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> *************** *** 335,340 **** <typeDefinitionComponent xml:id="xs-positiveInteger"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>positiveInteger</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 349,354 ---- <typeDefinitionComponent xml:id="xs-positiveInteger"> <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> *************** *** 342,347 **** <typeDefinitionComponent xml:id="xs-QName"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>QName</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 356,361 ---- <typeDefinitionComponent xml:id="xs-QName"> <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> *************** *** 349,354 **** <typeDefinitionComponent xml:id="xs-short"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>short</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 363,368 ---- <typeDefinitionComponent xml:id="xs-short"> <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> *************** *** 356,361 **** <typeDefinitionComponent xml:id="xs-string"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>string</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 370,375 ---- <typeDefinitionComponent xml:id="xs-string"> <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> *************** *** 363,368 **** <typeDefinitionComponent xml:id="xs-time"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>time</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 377,382 ---- <typeDefinitionComponent xml:id="xs-time"> <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> *************** *** 370,375 **** <typeDefinitionComponent xml:id="xs-token"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>token</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 384,389 ---- <typeDefinitionComponent xml:id="xs-token"> <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> *************** *** 377,382 **** <typeDefinitionComponent xml:id="xs-unsignedByte"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>unsignedByte</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 391,396 ---- <typeDefinitionComponent xml:id="xs-unsignedByte"> <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> *************** *** 384,389 **** <typeDefinitionComponent xml:id="xs-unsignedInt"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>unsignedInt</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 398,403 ---- <typeDefinitionComponent xml:id="xs-unsignedInt"> <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> *************** *** 391,396 **** <typeDefinitionComponent xml:id="xs-unsignedLong"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>unsignedLong</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 405,410 ---- <typeDefinitionComponent xml:id="xs-unsignedLong"> <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> *************** *** 398,403 **** <typeDefinitionComponent xml:id="xs-unsignedShort"> <name> ! <basecm:namespaceName>http://www.w3.org/2001/XMLSchema</basecm:namespaceName> ! <basecm:localName>unsignedShort</basecm:localName> </name> <system>http://www.w3.org/2001/XMLSchema</system> --- 412,417 ---- <typeDefinitionComponent xml:id="xs-unsignedShort"> <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>
Received on Tuesday, 20 June 2006 19:49:22 UTC