- From: Jonathan Marsh via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 29 Mar 2007 17:01:17 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/results/Canon/MultipleInlineSchemas-1G In directory hutz:/tmp/cvs-serv27143/test-suite/results/Canon/MultipleInlineSchemas-1G Modified Files: retrieveItems.wsdlcm retrieveItems.results.xml retrieveItems.canonical.wsdlcm Log Message: New Canon logs: http://lists.w3.org/Archives/Public/www-ws-desc/2007Mar/0080.html Index: retrieveItems.results.xml =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results/Canon/MultipleInlineSchemas-1G/retrieveItems.results.xml,v retrieving revision 1.7 retrieving revision 1.8 diff -C 2 -d -r1.7 -r1.8 *** retrieveItems.results.xml 23 Mar 2007 05:51:06 -0000 1.7 --- retrieveItems.results.xml 29 Mar 2007 17:01:15 -0000 1.8 *************** *** 2,20 **** <?xml-stylesheet type="text/xsl" href="../../results.xsl"?> ! <comparing test-metadata="../../../documents/good/MultipleInlineSchemas-1G/TestMetadata.xml" source="../../../documents/good/MultipleInlineSchemas-1G/retrieveItems.wsdl" archetype="../../Baseline/MultipleInlineSchemas-1G/retrieveItems.canonical.wsdlcm" aspirant="../../Canon/MultipleInlineSchemas-1G/retrieveItems.canonical.wsdlcm" required-extensions="true"> ! <failure xpath="/descriptionComponent/extensions/cmbase:uri" nearest-id="c1"> ! <p>Element "base:uri" value mismatch (found "http://www.w3.org/2006/01/wsdl-extensions", expected "http://www.w3.org/ns/wsdl-extensions").</p> ! </failure> ! <failure xpath="/descriptionComponent/extensions/cmbase:uri" nearest-id="c1"> ! <p>Element "base:uri" value mismatch (found "http://www.w3.org/2006/01/wsdl/http", expected "http://www.w3.org/ns/wsdl/http").</p> ! </failure> ! <failure xpath="/descriptionComponent/extensions/cmbase:uri" nearest-id="c1"> ! <p>Element "base:uri" value mismatch (found "http://www.w3.org/2006/01/wsdl/rpc", expected "http://www.w3.org/ns/wsdl/rpc").</p> ! </failure> ! <failure xpath="/descriptionComponent/extensions/cmbase:uri" nearest-id="c1"> ! <p>Element "base:uri" value mismatch (found "http://www.w3.org/2006/01/wsdl/soap", expected "http://www.w3.org/ns/wsdl/soap").</p> ! </failure> ! <failure xpath="/descriptionComponent/interfaces/interfaceComponent/interfaceOperations/interfaceOperationComponent/messageExchangePattern" nearest-id="c3"> ! <p>Element "messageExchangePattern" value mismatch (found "http://www.w3.org/2006/01/wsdl/in-out", expected "http://www.w3.org/ns/wsdl/in-out").</p> ! </failure> ! </comparing> --- 2,4 ---- <?xml-stylesheet type="text/xsl" href="../../results.xsl"?> ! <comparing test-metadata="../../../documents/good/MultipleInlineSchemas-1G/TestMetadata.xml" source="../../../documents/good/MultipleInlineSchemas-1G/retrieveItems.wsdl" archetype="../../Baseline/MultipleInlineSchemas-1G/retrieveItems.canonical.wsdlcm" aspirant="../../Canon/MultipleInlineSchemas-1G/retrieveItems.canonical.wsdlcm" required-extensions="true"/> Index: retrieveItems.canonical.wsdlcm =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results/Canon/MultipleInlineSchemas-1G/retrieveItems.canonical.wsdlcm,v retrieving revision 1.18 retrieving revision 1.19 diff -C 2 -d -r1.18 -r1.19 *** retrieveItems.canonical.wsdlcm 20 Feb 2007 23:21:14 -0000 1.18 --- retrieveItems.canonical.wsdlcm 29 Mar 2007 17:01:15 -0000 1.19 *************** *** 2,9 **** <descriptionComponent xmlns="http://www.w3.org/2002/ws/desc/wsdl/component" xmlns:cmbase="http://www.w3.org/2002/ws/desc/wsdl/component-base" xmlns:cmrpc="http://www.w3.org/2002/ws/desc/wsdl/component-rpc" xmlns:cmext="http://www.w3.org/2002/ws/desc/wsdl/component-extensions" xmlns:cmhttp="http://www.w3.org/2002/ws/desc/wsdl/component-http" xmlns:cmsoap="http://www.w3.org/2002/ws/desc/wsdl/component-soap" xml:id="c1"> <extensions> ! <cmbase:uri>http://www.w3.org/2006/01/wsdl-extensions</cmbase:uri> ! <cmbase:uri>http://www.w3.org/2006/01/wsdl/http</cmbase:uri> ! <cmbase:uri>http://www.w3.org/2006/01/wsdl/rpc</cmbase:uri> ! <cmbase:uri>http://www.w3.org/2006/01/wsdl/soap</cmbase:uri> </extensions> <interfaces><interfaceComponent xml:id="c2"> --- 2,9 ---- <descriptionComponent xmlns="http://www.w3.org/2002/ws/desc/wsdl/component" xmlns:cmbase="http://www.w3.org/2002/ws/desc/wsdl/component-base" xmlns:cmrpc="http://www.w3.org/2002/ws/desc/wsdl/component-rpc" xmlns:cmext="http://www.w3.org/2002/ws/desc/wsdl/component-extensions" xmlns:cmhttp="http://www.w3.org/2002/ws/desc/wsdl/component-http" xmlns:cmsoap="http://www.w3.org/2002/ws/desc/wsdl/component-soap" xml:id="c1"> <extensions> ! <cmbase:uri>http://www.w3.org/ns/wsdl-extensions</cmbase:uri> ! <cmbase:uri>http://www.w3.org/ns/wsdl/http</cmbase:uri> ! <cmbase:uri>http://www.w3.org/ns/wsdl/rpc</cmbase:uri> ! <cmbase:uri>http://www.w3.org/ns/wsdl/soap</cmbase:uri> </extensions> <interfaces><interfaceComponent xml:id="c2"> *************** *** 17,21 **** <cmbase:localName>retrieve</cmbase:localName> </name> ! <messageExchangePattern>http://www.w3.org/2006/01/wsdl/in-out</messageExchangePattern> <interfaceMessageReferences><interfaceMessageReferenceComponent xml:id="c4"> <messageLabel>In</messageLabel> --- 17,21 ---- <cmbase:localName>retrieve</cmbase:localName> </name> ! <messageExchangePattern>http://www.w3.org/ns/wsdl/in-out</messageExchangePattern> <interfaceMessageReferences><interfaceMessageReferenceComponent xml:id="c4"> <messageLabel>In</messageLabel> Index: retrieveItems.wsdlcm =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/results/Canon/MultipleInlineSchemas-1G/retrieveItems.wsdlcm,v retrieving revision 1.10 retrieving revision 1.11 diff -C 2 -d -r1.10 -r1.11 *** retrieveItems.wsdlcm 20 Feb 2007 22:40:45 -0000 1.10 --- retrieveItems.wsdlcm 29 Mar 2007 17:01:15 -0000 1.11 *************** *** 1,12 **** <?xml version="1.0"?> ! <descriptionComponent xml:id="wsid_defn00518998" xmlns:cmbase="http://www.w3.org/2002/ws/desc/wsdl/component-base" xmlns:cmrpc="http://www.w3.org/2002/ws/desc/wsdl/component-rpc" xmlns:cmext="http://www.w3.org/2002/ws/desc/wsdl/component-extensions" xmlns:cmhttp="http://www.w3.org/2002/ws/desc/wsdl/component-http" xmlns:cmsoap="http://www.w3.org/2002/ws/desc/wsdl/component-soap" xmlns="http://www.w3.org/2002/ws/desc/wsdl/component"> <extensions> ! <cmbase:uri>http://www.w3.org/2006/01/wsdl-extensions</cmbase:uri> ! <cmbase:uri>http://www.w3.org/2006/01/wsdl/http</cmbase:uri> ! <cmbase:uri>http://www.w3.org/2006/01/wsdl/rpc</cmbase:uri> ! <cmbase:uri>http://www.w3.org/2006/01/wsdl/soap</cmbase:uri> </extensions> <interfaces> ! <interfaceComponent xml:id="wsid_ifc00518408"> <name> <cmbase:namespaceName>http://greath.example.com/2004/services/retrieveDetails</cmbase:namespaceName> --- 1,12 ---- <?xml version="1.0"?> ! <descriptionComponent xml:id="wsid_defn005189F8" xmlns:cmbase="http://www.w3.org/2002/ws/desc/wsdl/component-base" xmlns:cmrpc="http://www.w3.org/2002/ws/desc/wsdl/component-rpc" xmlns:cmext="http://www.w3.org/2002/ws/desc/wsdl/component-extensions" xmlns:cmhttp="http://www.w3.org/2002/ws/desc/wsdl/component-http" xmlns:cmsoap="http://www.w3.org/2002/ws/desc/wsdl/component-soap" xmlns="http://www.w3.org/2002/ws/desc/wsdl/component"> <extensions> ! <cmbase:uri>http://www.w3.org/ns/wsdl-extensions</cmbase:uri> ! <cmbase:uri>http://www.w3.org/ns/wsdl/http</cmbase:uri> ! <cmbase:uri>http://www.w3.org/ns/wsdl/rpc</cmbase:uri> ! <cmbase:uri>http://www.w3.org/ns/wsdl/soap</cmbase:uri> </extensions> <interfaces> ! <interfaceComponent xml:id="wsid_ifc00518478"> <name> <cmbase:namespaceName>http://greath.example.com/2004/services/retrieveDetails</cmbase:namespaceName> *************** *** 14,39 **** </name> <interfaceOperations> ! <interfaceOperationComponent xml:id="wsid_op00523BE0"> <name> <cmbase:namespaceName>http://greath.example.com/2004/services/retrieveDetails</cmbase:namespaceName> <cmbase:localName>retrieve</cmbase:localName> </name> ! <messageExchangePattern>http://www.w3.org/2006/01/wsdl/in-out</messageExchangePattern> <interfaceMessageReferences> ! <interfaceMessageReferenceComponent xml:id="wsid_msg00526400"> <messageLabel>In</messageLabel> <direction>in</direction> <messageContentModel>#none</messageContentModel> ! <cmbase:parent ref="wsid_op00523BE0" /> </interfaceMessageReferenceComponent> ! <interfaceMessageReferenceComponent xml:id="wsid_msg00524528"> <messageLabel>Out</messageLabel> <direction>out</direction> <messageContentModel>#element</messageContentModel> ! <elementDeclaration ref="xmlt_typeelt005262E8" /> ! <cmbase:parent ref="wsid_op00523BE0" /> </interfaceMessageReferenceComponent> </interfaceMessageReferences> ! <cmbase:parent ref="wsid_ifc00518408" /> <cmext:wsdlInterfaceOperationExtension> <cmext:safety>false</cmext:safety> --- 14,39 ---- </name> <interfaceOperations> ! <interfaceOperationComponent xml:id="wsid_op00526418"> <name> <cmbase:namespaceName>http://greath.example.com/2004/services/retrieveDetails</cmbase:namespaceName> <cmbase:localName>retrieve</cmbase:localName> </name> ! <messageExchangePattern>http://www.w3.org/ns/wsdl/in-out</messageExchangePattern> <interfaceMessageReferences> ! <interfaceMessageReferenceComponent xml:id="wsid_msg00523F40"> <messageLabel>In</messageLabel> <direction>in</direction> <messageContentModel>#none</messageContentModel> ! <cmbase:parent ref="wsid_op00526418" /> </interfaceMessageReferenceComponent> ! <interfaceMessageReferenceComponent xml:id="wsid_msg00526C80"> <messageLabel>Out</messageLabel> <direction>out</direction> <messageContentModel>#element</messageContentModel> ! <elementDeclaration ref="xmlt_typeelt005263A8" /> ! <cmbase:parent ref="wsid_op00526418" /> </interfaceMessageReferenceComponent> </interfaceMessageReferences> ! <cmbase:parent ref="wsid_ifc00518478" /> <cmext:wsdlInterfaceOperationExtension> <cmext:safety>false</cmext:safety> *************** *** 44,48 **** </interfaces> <elementDeclarations> ! <elementDeclarationComponent xml:id="xmlt_typeelt005262E8"> <name> <cmbase:namespaceName>http://greath.example.com/2004/schemas/reservationDetails</cmbase:namespaceName> --- 44,48 ---- </interfaces> <elementDeclarations> ! <elementDeclarationComponent xml:id="xmlt_typeelt005263A8"> <name> <cmbase:namespaceName>http://greath.example.com/2004/schemas/reservationDetails</cmbase:namespaceName> *************** *** 51,55 **** <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> ! <elementDeclarationComponent xml:id="xmlt_typeelt00524C00"> <name> <cmbase:namespaceName>http://greath.example.com/2004/schemas/reservationItems</cmbase:namespaceName> --- 51,55 ---- <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> ! <elementDeclarationComponent xml:id="xmlt_typeelt00524C50"> <name> <cmbase:namespaceName>http://greath.example.com/2004/schemas/reservationItems</cmbase:namespaceName> *************** *** 58,62 **** <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> ! <elementDeclarationComponent xml:id="xmlt_typeelt00524B90"> <name> <cmbase:namespaceName>http://greath.example.com/2004/schemas/reservationItems</cmbase:namespaceName> --- 58,62 ---- <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> ! <elementDeclarationComponent xml:id="xmlt_typeelt00524BE0"> <name> <cmbase:namespaceName>http://greath.example.com/2004/schemas/reservationItems</cmbase:namespaceName> *************** *** 65,69 **** <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> ! <elementDeclarationComponent xml:id="xmlt_typeelt00524D50"> <name> <cmbase:namespaceName>http://greath.example.com/2004/schemas/reservationItems</cmbase:namespaceName> --- 65,69 ---- <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> ! <elementDeclarationComponent xml:id="xmlt_typeelt00524DA0"> <name> <cmbase:namespaceName>http://greath.example.com/2004/schemas/reservationItems</cmbase:namespaceName> *************** *** 72,76 **** <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> ! <elementDeclarationComponent xml:id="xmlt_typeelt00524C70"> <name> <cmbase:namespaceName>http://greath.example.com/2004/schemas/reservationItems</cmbase:namespaceName> --- 72,76 ---- <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> ! <elementDeclarationComponent xml:id="xmlt_typeelt00524CC0"> <name> <cmbase:namespaceName>http://greath.example.com/2004/schemas/reservationItems</cmbase:namespaceName> *************** *** 79,83 **** <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> ! <elementDeclarationComponent xml:id="xmlt_typeelt00524CE0"> <name> <cmbase:namespaceName>http://greath.example.com/2004/schemas/reservationItems</cmbase:namespaceName> --- 79,83 ---- <system>http://www.w3.org/2001/XMLSchema</system> </elementDeclarationComponent> ! <elementDeclarationComponent xml:id="xmlt_typeelt00524D30"> <name> <cmbase:namespaceName>http://greath.example.com/2004/schemas/reservationItems</cmbase:namespaceName> *************** *** 88,92 **** </elementDeclarations> <typeDefinitions> ! <typeDefinitionComponent xml:id="xmlt_typeelt00512318"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 88,92 ---- </elementDeclarations> <typeDefinitions> ! <typeDefinitionComponent xml:id="xmlt_typeelt005123A0"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 95,99 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00512150"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 95,99 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt005121D8"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 102,106 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00510A20"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 102,106 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00510AA8"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 109,113 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00514310"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 109,113 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00514398"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 116,120 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00513A10"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 116,120 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00513AA0"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 123,127 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00513160"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 123,127 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt005131F0"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 130,134 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00513328"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 130,134 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt005133B8"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 137,141 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt005126E8"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 137,141 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00512770"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 144,148 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00510DB0"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 144,148 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00510E38"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 151,155 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt005136B8"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 151,155 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00513748"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 158,162 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt005114D0"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 158,162 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00511558"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 165,169 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00512A40"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 165,169 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00512AC8"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 172,176 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00514148"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 172,176 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt005141D0"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 179,183 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00514A40"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 179,183 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00514AC8"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 186,190 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00511698"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 186,190 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00511720"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 193,197 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00513DE0"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 193,197 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00513E70"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 200,204 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00511140"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 200,204 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt005111C8"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 207,211 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00511308"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 207,211 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00511390"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 214,218 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00510BE8"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 214,218 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00510C70"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 221,225 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00511860"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 221,225 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt005118E8"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 228,232 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt005104C8"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 228,232 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00510550"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 235,239 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00512F98"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 235,239 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00513028"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 242,246 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00510690"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 242,246 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00510718"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 249,253 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00511DB8"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 249,253 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00511E40"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 256,260 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00514BD0"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 256,260 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00514C58"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 263,267 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00512C08"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 263,267 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00512C90"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 270,274 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00511BF0"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 270,274 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00511C78"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 277,281 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00513FB0"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 277,281 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00514040"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 284,288 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00514DD8"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 284,288 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00514E60"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 291,295 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt005124E0"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 291,295 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00512568"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 298,302 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00513BD8"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 298,302 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00513C68"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 305,309 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00514870"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 305,309 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt005148F8"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 312,316 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00512878"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 312,316 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00512900"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 319,323 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00512DD0"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 319,323 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00512E58"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 326,330 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00513848"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 326,330 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt005138D8"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 333,337 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00515178"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 333,337 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00515200"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 340,344 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00511FC0"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 340,344 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00512048"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 347,351 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00511A28"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 347,351 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00511AB0"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 354,358 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt005134F0"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 354,358 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00513580"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 361,365 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00510858"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 361,365 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt005108E0"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 368,372 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt005144A0"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 368,372 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00514528"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 375,379 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00514668"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 375,379 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt005146F0"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 382,386 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00510F78"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 382,386 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00511000"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> *************** *** 389,393 **** <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00514FA8"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName> --- 389,393 ---- <system>http://www.w3.org/2001/XMLSchema</system> </typeDefinitionComponent> ! <typeDefinitionComponent xml:id="xmlt_typeelt00515030"> <name> <cmbase:namespaceName>http://www.w3.org/2001/XMLSchema</cmbase:namespaceName>
Received on Thursday, 29 March 2007 17:02:07 UTC