You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-commits@ws.apache.org by da...@apache.org on 2006/08/30 18:53:50 UTC

svn commit: r438541 - in /webservices/muse/trunk: modules/muse-wsn-api/specs/WS-BaseNotification-1_3.xsd samples/wsn-consumer/wsdl/WS-BaseNotification-1_3.xsd samples/wsn-producer/wsdl/WS-BaseNotification-1_3.xsd

Author: danj
Date: Wed Aug 30 09:53:49 2006
New Revision: 438541

URL: http://svn.apache.org/viewvc?rev=438541&view=rev
Log:
Updating WS-N schema to include an xmlns="" that is the same as the targetNamespace. This allows us to properly resolve names that are in attributes and 
rely on the default namespace.

Modified:
    webservices/muse/trunk/modules/muse-wsn-api/specs/WS-BaseNotification-1_3.xsd
    webservices/muse/trunk/samples/wsn-consumer/wsdl/WS-BaseNotification-1_3.xsd
    webservices/muse/trunk/samples/wsn-producer/wsdl/WS-BaseNotification-1_3.xsd

Modified: webservices/muse/trunk/modules/muse-wsn-api/specs/WS-BaseNotification-1_3.xsd
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/modules/muse-wsn-api/specs/WS-BaseNotification-1_3.xsd?rev=438541&r1=438540&r2=438541&view=diff
==============================================================================
--- webservices/muse/trunk/modules/muse-wsn-api/specs/WS-BaseNotification-1_3.xsd (original)
+++ webservices/muse/trunk/modules/muse-wsn-api/specs/WS-BaseNotification-1_3.xsd Wed Aug 30 09:53:49 2006
@@ -17,12 +17,13 @@
 
 <xsd:schema 
   targetNamespace="http://docs.oasis-open.org/wsn/b-2"   
+  xmlns="http://docs.oasis-open.org/wsn/b-2"  
   xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2"
   xmlns:wsa="http://www.w3.org/2005/08/addressing"
   xmlns:wsrf-bf="http://docs.oasis-open.org/wsrf/bf-2"
   xmlns:wsrf-rl="http://docs.oasis-open.org/wsrf/rl-2"
-  xmlns:wstop="http://docs.oasis-open.org/wsn/t-1"
-xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
+  xmlns:wstop="http://docs.oasis-open.org/wsn/t-1" 
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
   elementFormDefault="qualified"  attributeFormDefault="unqualified">
 
 <!-- ======================== Imports  ============================ -->

Modified: webservices/muse/trunk/samples/wsn-consumer/wsdl/WS-BaseNotification-1_3.xsd
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/samples/wsn-consumer/wsdl/WS-BaseNotification-1_3.xsd?rev=438541&r1=438540&r2=438541&view=diff
==============================================================================
--- webservices/muse/trunk/samples/wsn-consumer/wsdl/WS-BaseNotification-1_3.xsd (original)
+++ webservices/muse/trunk/samples/wsn-consumer/wsdl/WS-BaseNotification-1_3.xsd Wed Aug 30 09:53:49 2006
@@ -17,6 +17,7 @@
 
 <xsd:schema 
   targetNamespace="http://docs.oasis-open.org/wsn/b-2"   
+  xmlns="http://docs.oasis-open.org/wsn/b-2"  
   xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2"
   xmlns:wsa="http://www.w3.org/2005/08/addressing"
   xmlns:wsrf-bf="http://docs.oasis-open.org/wsrf/bf-2"

Modified: webservices/muse/trunk/samples/wsn-producer/wsdl/WS-BaseNotification-1_3.xsd
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/samples/wsn-producer/wsdl/WS-BaseNotification-1_3.xsd?rev=438541&r1=438540&r2=438541&view=diff
==============================================================================
--- webservices/muse/trunk/samples/wsn-producer/wsdl/WS-BaseNotification-1_3.xsd (original)
+++ webservices/muse/trunk/samples/wsn-producer/wsdl/WS-BaseNotification-1_3.xsd Wed Aug 30 09:53:49 2006
@@ -17,6 +17,7 @@
 
 <xsd:schema 
   targetNamespace="http://docs.oasis-open.org/wsn/b-2"   
+  xmlns="http://docs.oasis-open.org/wsn/b-2"  
   xmlns:wsnt="http://docs.oasis-open.org/wsn/b-2"
   xmlns:wsa="http://www.w3.org/2005/08/addressing"
   xmlns:wsrf-bf="http://docs.oasis-open.org/wsrf/bf-2"



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-commits-help@ws.apache.org