You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ode.apache.org by bo...@apache.org on 2007/01/26 21:09:11 UTC

svn commit: r500323 - /incubator/ode/trunk/axis2/src/main/wsdl/pmapi.wsdl

Author: boisvert
Date: Fri Jan 26 12:09:10 2007
New Revision: 500323

URL: http://svn.apache.org/viewvc?view=rev&rev=500323
Log:
Fix schema

Modified:
    incubator/ode/trunk/axis2/src/main/wsdl/pmapi.wsdl

Modified: incubator/ode/trunk/axis2/src/main/wsdl/pmapi.wsdl
URL: http://svn.apache.org/viewvc/incubator/ode/trunk/axis2/src/main/wsdl/pmapi.wsdl?view=diff&rev=500323&r1=500322&r2=500323
==============================================================================
--- incubator/ode/trunk/axis2/src/main/wsdl/pmapi.wsdl (original)
+++ incubator/ode/trunk/axis2/src/main/wsdl/pmapi.wsdl Fri Jan 26 12:09:10 2007
@@ -27,24 +27,24 @@
         xmlns="http://schemas.xmlsoap.org/wsdl/">
 
     <types>
-        <schema xmlns="http://www.w3.org/2001/XMLSchema">
-            <import namespace="http://www.apache.org/ode/pmapi/types/2006/08/02/" schemaLocation="pmapi.xsd"/>
-        </schema>
-        <xsd:complexType name="aidsType">
-            <xsd:all>
-                <xsd:element name="aid" type="xsd:string"/>
-            </xsd:all>
-        </xsd:complexType>
-        <xsd:complexType name="listType">
-            <xsd:all>
-                <xsd:element name="element" type="xsd:string"/>
-            </xsd:all>
-        </xsd:complexType>
-        <xsd:complexType name="iidsType">
-            <xsd:all>
-                <xsd:element name="iid" type="xsd:long"/>
-            </xsd:all>
-        </xsd:complexType>
+        <xsd:schema targetNamespace="http://www.apache.org/ode/pmapi/types/2006/08/02/">
+            <xsd:import namespace="http://www.apache.org/ode/pmapi/types/2006/08/02/" schemaLocation="pmapi.xsd"/>
+            <xsd:complexType name="aidsType">
+                <xsd:all>
+                    <xsd:element name="aid" type="xsd:string"/>
+                </xsd:all>
+            </xsd:complexType>
+            <xsd:complexType name="listType">
+                <xsd:all>
+                    <xsd:element name="element" type="xsd:string"/>
+                </xsd:all>
+            </xsd:complexType>
+            <xsd:complexType name="iidsType">
+                <xsd:all>
+                    <xsd:element name="iid" type="xsd:long"/>
+                </xsd:all>
+            </xsd:complexType>
+        </xsd:schema>
     </types>
 
     <message name="listProcessesInput">