You are viewing a plain text version of this content. The canonical link for it is here.
Posted to wsrf-commits@ws.apache.org by ip...@apache.org on 2005/07/27 22:10:53 UTC

svn commit: r225595 - /webservices/wsrf/trunk/jndi-config/src/schema/jndi-schema.xsd

Author: ips
Date: Wed Jul 27 13:10:52 2005
New Revision: 225595

URL: http://svn.apache.org/viewcvs?rev=225595&view=rev
Log:
cosmetic cleanup

Modified:
    webservices/wsrf/trunk/jndi-config/src/schema/jndi-schema.xsd

Modified: webservices/wsrf/trunk/jndi-config/src/schema/jndi-schema.xsd
URL: http://svn.apache.org/viewcvs/webservices/wsrf/trunk/jndi-config/src/schema/jndi-schema.xsd?rev=225595&r1=225594&r2=225595&view=diff
==============================================================================
--- webservices/wsrf/trunk/jndi-config/src/schema/jndi-schema.xsd (original)
+++ webservices/wsrf/trunk/jndi-config/src/schema/jndi-schema.xsd Wed Jul 27 13:10:52 2005
@@ -1,6 +1,10 @@
 <?xml version="1.0"?>
 
-<xs:schema targetNamespace="http://www.apache.org/wsfx/wsrf/jndi/config" xmlns:tns="http://www.apache.org/wsfx/wsrf/jndi/config" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" elementFormDefault="qualified" attributeFormDefault="unqualified">
+<xs:schema targetNamespace="http://www.apache.org/wsfx/wsrf/jndi/config" 
+           xmlns:tns="http://www.apache.org/wsfx/wsrf/jndi/config" 
+           xmlns:xs="http://www.w3.org/2001/XMLSchema" 
+           xmlns:wsa04="http://schemas.xmlsoap.org/ws/2004/08/addressing" 
+           elementFormDefault="qualified">
   
   <xs:import namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing" schemaLocation="../wsa/WS-Addressing-2004_08_10.xsd"/>
 
@@ -38,8 +42,8 @@
   <xs:element name="parameter">
     <xs:complexType>
       <xs:sequence>
-        <xs:element ref="tns:name"/>
-        <xs:element ref="tns:value"/>
+        <xs:element name="name" type="xs:string"/>
+        <xs:element name="value" type="xs:string"/>
       </xs:sequence>
     </xs:complexType>
   </xs:element>
@@ -93,16 +97,12 @@
   <xs:element name="metadata">
     <xs:complexType>
       <xs:choice>
-        <xs:element name="reference" type="wsa:EndpointReferenceType"/>
+        <xs:element name="reference" type="wsa04:EndpointReferenceType"/>
         <xs:element name="location" type="xs:anyURI"/>
       </xs:choice>
       <xs:attribute name="dialect" type="xs:anyURI" use="required"/>
       <xs:attribute name="identifier" type="xs:anyURI" use="optional"/>
     </xs:complexType>
   </xs:element>
-    
-  <xs:element name="name" type="xs:string"/>
-  
-  <xs:element name="value" type="xs:string"/>
-    
+        
 </xs:schema>