You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-dev@ws.apache.org by ip...@apache.org on 2005/01/05 21:43:03 UTC

svn commit: r124272 - /incubator/apollo/trunk/src/site/content/tutorial/FileSystem.wsdl

Author: ips
Date: Wed Jan  5 12:43:00 2005
New Revision: 124272

URL: http://svn.apache.org/viewcvs?view=rev&rev=124272
Log:
changed import elems to xsd:import to work around xmlbeans schemacompiler bug

Modified:
   incubator/apollo/trunk/src/site/content/tutorial/FileSystem.wsdl

Modified: incubator/apollo/trunk/src/site/content/tutorial/FileSystem.wsdl
Url: http://svn.apache.org/viewcvs/incubator/apollo/trunk/src/site/content/tutorial/FileSystem.wsdl?view=diff&rev=124272&p1=incubator/apollo/trunk/src/site/content/tutorial/FileSystem.wsdl&r1=124271&p2=incubator/apollo/trunk/src/site/content/tutorial/FileSystem.wsdl&r2=124272
==============================================================================
--- incubator/apollo/trunk/src/site/content/tutorial/FileSystem.wsdl	(original)
+++ incubator/apollo/trunk/src/site/content/tutorial/FileSystem.wsdl	Wed Jan  5 12:43:00 2005
@@ -20,14 +20,15 @@
       <schema elementFormDefault="qualified"
          targetNamespace="http://ws.apache.org/resource/example/filesystem"
          xmlns="http://www.w3.org/2001/XMLSchema"
+         xmlns:xsd="http://www.w3.org/2001/XMLSchema"
          xmlns:wsrl="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd"
          xmlns:wsbf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd">
 
-         <import namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd"
-                 schemaLocation="../spec/wsrf/WS-BaseFaults-1_2.xsd"/>
+         <xsd:import namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd"
+                     schemaLocation="../spec/wsrf/WS-BaseFaults-1_2.xsd"/>
 
-         <import namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd"
-                 schemaLocation="../spec/wsrf/WS-ResourceLifetime-1_2.xsd"/>
+         <xsd:import namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd"
+                     schemaLocation="../spec/wsrf/WS-ResourceLifetime-1_2.xsd"/>
 
          <element name="DeviceSpecialFile" type="xsd:string"/>
          <element name="MountPointDirectory" type="xsd:string"/>

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