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 sc...@apache.org on 2006/06/02 19:33:13 UTC

svn commit: r411218 [33/34] - in /webservices/muse: branches/1.0/ branches/1.0/src/examples/broker/ branches/1.0/src/examples/broker/WEB-INF/ branches/1.0/src/examples/consumer/ branches/1.0/src/examples/consumer/epr/ branches/1.0/src/examples/consumer...

Added: webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-BaseFaults-1_2-Draft_03.wsdl
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-BaseFaults-1_2-Draft_03.wsdl?rev=411218&view=auto
==============================================================================
--- webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-BaseFaults-1_2-Draft_03.wsdl (added)
+++ webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-BaseFaults-1_2-Draft_03.wsdl Fri Jun  2 10:32:46 2006
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+   OASIS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on OASIS's procedures with respect to rights in OASIS specifications can be found at the OASIS website. Copies of claims of rights made available for publication and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementors or users of this specification, can be obtained from the OASIS Executive Director. 
+
+OASIS invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights which may cover technology that may be required to implement this specification. Please address the information to the OASIS Executive Director. 
+
+Copyright (C) OASIS Open (2004). All Rights Reserved. 
+
+This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself may not be modified in any way, such as by removing the copyright notice or references to OASIS, except as needed for the purpose of developing OASIS specifications, in which case the procedures for copyrights defined in the OASIS Intellectual Property Rights document must be followed, or as required to translate it into languages other than English. 
+
+The limited permissions granted above are perpetual and will not be revoked by OASIS or its successors or assigns. 
+
+This document and the information contained herein is provided on an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. 
+-->
+<wsdl:definitions name="BaseFaults"
+  xmlns="http://schemas.xmlsoap.org/wsdl/" 
+  xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns:wsrf-bf=
+      "http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-BaseFaults-1.2-draft-03.xsd" 
+  targetNamespace=
+      "http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-BaseFaults-1.2-draft-03.wsdl">
+
+<!-- ===================== Types Definitions ====================== -->             
+  <wsdl:types>
+     <xsd:schema 
+         elementFormDefault="qualified" attributeFormDefault="unqualified" >
+         <xsd:import 
+           namespace=
+           "http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-BaseFaults-1.2-draft-03.xsd" 
+           schemaLocation=
+     "WS-BaseFaults-1_2-Draft_03.xsd"/>
+     </xsd:schema>
+  </wsdl:types>
+  
+  <wsdl:message name="BaseFaultMessage" >
+    <wsdl:part name="Fault" element="wsrf-bf:BaseFault" />
+  </wsdl:message>        
+</wsdl:definitions>

Added: webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-BaseFaults-1_2-Draft_03.xsd
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-BaseFaults-1_2-Draft_03.xsd?rev=411218&view=auto
==============================================================================
--- webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-BaseFaults-1_2-Draft_03.xsd (added)
+++ webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-BaseFaults-1_2-Draft_03.xsd Fri Jun  2 10:32:46 2006
@@ -0,0 +1,77 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+   OASIS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on OASIS's procedures with respect to rights in OASIS specifications can be found at the OASIS website. Copies of claims of rights made available for publication and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementers or users of this specification, can be obtained from the OASIS Executive Director. 
+
+OASIS invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights which may cover technology that may be required to implement this specification. Please address the information to the OASIS Executive Director. 
+
+Copyright (C) OASIS Open (2004). All Rights Reserved. 
+
+This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself may not be modified in any way, such as by removing the copyright notice or references to OASIS, except as needed for the purpose of developing OASIS specifications, in which case the procedures for copyrights defined in the OASIS Intellectual Property Rights document must be followed, or as required to translate it into languages other than English. 
+
+The limited permissions granted above are perpetual and will not be revoked by OASIS or its successors or assigns. 
+
+This document and the information contained herein is provided on an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE. 
+-->
+
+<xsd:schema 
+  xmlns="http://www.w3.org/2001/XMLSchema" 
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+  xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing"
+  xmlns:wsrf-bf=
+    "http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-BaseFaults-1.2-draft-03.xsd" 
+  elementFormDefault="qualified" attributeFormDefault="unqualified" 
+  targetNamespace=
+    "http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-BaseFaults-1.2-draft-03.xsd">
+  <xsd:import
+     namespace="http://schemas.xmlsoap.org/ws/2004/08/addressing" 
+     schemaLocation=
+              "../wsa/WS-Addressing-2004_08_10.xsd" />
+              
+  <xsd:import namespace="http://www.w3.org/XML/1998/namespace" 
+              schemaLocation="../xml/XML-Namespace-1998.xsd">
+    <xsd:annotation>
+      <xsd:documentation>
+        Get access to the xml: attribute groups for xml:lang as declared on 'schema'
+        and 'documentation' below
+      </xsd:documentation> 
+    </xsd:annotation>
+  </xsd:import>
+<!-- ====================== BaseFault Types ======================= -->
+      
+  <xsd:element name="BaseFault" type="wsrf-bf:BaseFaultType"/>
+  
+  <xsd:complexType name="BaseFaultType">
+    <xsd:sequence>
+      <xsd:element name="Timestamp" type="xsd:dateTime" 
+               minOccurs="1" maxOccurs="1"/>
+      <xsd:element name="Originator" type="wsa:EndpointReferenceType" 
+               minOccurs="0" maxOccurs="1"/>
+      <xsd:element name="ErrorCode" 
+               minOccurs="0" maxOccurs="1">
+        <xsd:complexType>
+          <xsd:complexContent mixed="true">
+            <xsd:extension base="xsd:anyType">
+              <xsd:attribute name="dialect" type="xsd:anyURI"
+                         use="required"/>
+            </xsd:extension>
+          </xsd:complexContent>
+        </xsd:complexType>      
+      </xsd:element>
+
+      <xsd:element name="Description" 
+               minOccurs="0" maxOccurs="unbounded">
+        <xsd:complexType>
+          <xsd:simpleContent>
+            <xsd:extension base="xsd:string">
+              <xsd:attribute ref="xml:lang" use="optional"/>
+            </xsd:extension>
+          </xsd:simpleContent>
+        </xsd:complexType>
+      </xsd:element>
+
+      <xsd:element name="FaultCause" type="wsrf-bf:BaseFaultType" 
+               minOccurs="0" maxOccurs="unbounded"/> 
+   </xsd:sequence>
+ </xsd:complexType>
+</xsd:schema>

Added: webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2-Draft_01.wsdl
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2-Draft_01.wsdl?rev=411218&view=auto
==============================================================================
--- webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2-Draft_01.wsdl (added)
+++ webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2-Draft_01.wsdl Fri Jun  2 10:32:46 2006
@@ -0,0 +1,158 @@
+<?xml version="1.0"?>
+
+<wsdl:definitions
+   name="WS-ResourceLifetime"
+   targetNamespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.wsdl"
+   xmlns="http://schemas.xmlsoap.org/wsdl/"
+   xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing"
+   xmlns:wsbf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd"
+   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+   xmlns:wsrl="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd"
+   xmlns:wsrlw="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.wsdl"
+   xmlns:wsrp="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd"
+   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+
+   <wsdl:types>
+      <xsd:schema
+         xmlns="http://www.w3.org/2001/XMLSchema"
+         targetNamespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd"
+         elementFormDefault="qualified">
+         
+         <xsd:include schemaLocation="WS-ResourceLifetime-1_2-Draft_01.xsd"/>
+         
+         <xsd:import namespace="http://schemas.xmlsoap.org/ws/2003/03/addressing" 
+                     schemaLocation="../wsa/WS-Addressing-2003_03.xsd"/>
+         
+         <xsd:import namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd"
+                     schemaLocation="WS-BaseFaults-1_2-Draft_01.xsd"/>
+                     
+         <!-- ==== Resource Properties for ScheduledResourceTermination ==== -->
+         <xsd:element name="ScheduledResourceTerminationRP">
+            <xsd:complexType>
+               <xsd:sequence>
+                  <xsd:element maxOccurs="1" minOccurs="1" ref="wsrl:CurrentTime"/>
+                  <xsd:element maxOccurs="1" minOccurs="1" ref="wsrl:TerminationTime"/>
+               </xsd:sequence>
+            </xsd:complexType>
+         </xsd:element>
+         <!-- ====== Message Types for ImmediateResourceTermination  ======= -->
+         <xsd:element name="Destroy">
+            <xsd:complexType/>
+         </xsd:element>
+         <xsd:element name="DestroyResponse">
+            <xsd:complexType/>
+         </xsd:element>
+         
+         <xsd:complexType name="ResourceUnknownFaultType">
+            <xsd:complexContent>
+               <xsd:extension base="wsbf:BaseFaultType"/>
+            </xsd:complexContent>
+         </xsd:complexType>
+         <xsd:element name="ResourceUnknownFault" type="wsrl:ResourceUnknownFaultType"/>
+         
+         <xsd:complexType name="ResourceNotDestroyedFaultType">
+            <xsd:complexContent>
+               <xsd:extension base="wsbf:BaseFaultType"/>
+            </xsd:complexContent>
+         </xsd:complexType>
+         <xsd:element
+            name="ResourceNotDestroyedFault"
+            type="wsrl:ResourceNotDestroyedFaultType"/>
+         
+         <!-- ====== Message Types for ScheduledResourceTermination  ======= -->
+         <xsd:element name="SetTerminationTime">
+            <xsd:complexType>
+               <xsd:sequence>
+                  <xsd:element
+                     name="RequestedTerminationTime"
+                     nillable="true"
+                     type="xsd:dateTime"/>
+               </xsd:sequence>
+            </xsd:complexType>
+         </xsd:element>
+         <xsd:element name="SetTerminationTimeResponse">
+            <xsd:complexType>
+               <xsd:sequence>
+                  <xsd:element name="NewTerminationTime" nillable="true" type="xsd:dateTime"/>
+                  <xsd:element name="CurrentTime" type="xsd:dateTime"/>
+               </xsd:sequence>
+            </xsd:complexType>
+         </xsd:element>
+         <xsd:complexType name="UnableToSetTerminationTimeFaultType">
+            <xsd:complexContent>
+               <xsd:extension base="wsbf:BaseFaultType"/>
+            </xsd:complexContent>
+         </xsd:complexType>
+         <xsd:element
+            name="UnableToSetTerminationTimeFault"
+            type="wsrl:UnableToSetTerminationTimeFaultType"/>
+         <xsd:complexType name="TerminationTimeChangeRejectedFaultType">
+            <xsd:complexContent>
+               <xsd:extension base="wsbf:BaseFaultType"/>
+            </xsd:complexContent>
+         </xsd:complexType>
+         <xsd:element
+            name="TerminationTimeChangeRejectedFault"
+            type="wsrl:TerminationTimeChangeRejectedFaultType"/>
+      </xsd:schema>
+   </wsdl:types>
+   <wsdl:message name="DestroyResponse">
+      <wsdl:part element="wsrl:DestroyResponse" name="DestroyResponse"/>
+   </wsdl:message>
+   <wsdl:message name="SetTerminationTimeRequest">
+      <wsdl:part element="wsrl:SetTerminationTime" name="SetTerminationTimeRequest"/>
+   </wsdl:message>
+   <wsdl:message name="ResourceUnknownFault">
+      <wsdl:part element="wsrl:ResourceUnknownFault" name="ResourceUnknownFault"/>
+   </wsdl:message>
+   <wsdl:message name="DestroyRequest">
+      <wsdl:part element="wsrl:Destroy" name="DestroyRequest"/>
+   </wsdl:message>
+   <wsdl:message name="UnableToSetTerminationTimeFault">
+      <wsdl:part
+         element="wsrl:UnableToSetTerminationTimeFault"
+         name="UnableToSetTerminationTimeFault"/>
+   </wsdl:message>
+   <wsdl:message name="SetTerminationTimeResponse">
+      <wsdl:part
+         element="wsrl:SetTerminationTimeResponse"
+         name="SetTerminationTimeResponse"/>
+   </wsdl:message>
+   <wsdl:message name="ResourceNotDestroyedFault">
+      <wsdl:part
+         element="wsrl:ResourceNotDestroyedFault"
+         name="ResourceNotDestroyedFault"/>
+   </wsdl:message>
+   <wsdl:message name="TerminationTimeChangeRejectedFault">
+      <wsdl:part
+         element="wsrl:TerminationTimeChangeRejectedFault"
+         name="TerminationTimeChangeRejectedFault"/>
+   </wsdl:message>
+   
+   <wsdl:portType name="ScheduledResourceTermination" wsrp:ResourceProperties="wsrl:ScheduledResourceTerminationRP">
+      <wsdl:operation name="SetTerminationTime">
+         <wsdl:input message="wsrlw:SetTerminationTimeRequest"/>
+         <wsdl:output message="wsrlw:SetTerminationTimeResponse"/>
+         <wsdl:fault
+            message="wsrlw:UnableToSetTerminationTimeFault"
+            name="UnableToSetTerminationTimeFault"/>
+         <wsdl:fault message="wsrlw:ResourceUnknownFault" name="ResourceUnknownFault"/>
+         <wsdl:fault
+            message="wsrlw:TerminationTimeChangeRejectedFault"
+            name="TerminationTimeChangeRejectedFault"/>
+      </wsdl:operation>
+   </wsdl:portType>
+   
+   <wsdl:portType name="ImmediateResourceTermination">
+      <wsdl:operation name="Destroy">
+         <wsdl:input message="wsrlw:DestroyRequest"/>
+         <wsdl:output message="wsrlw:DestroyResponse"/>
+         <wsdl:fault
+            message="wsrlw:ResourceNotDestroyedFault"
+            name="ResourceNotDestroyedFault"/>
+         <wsdl:fault message="wsrlw:ResourceUnknownFault" name="ResourceUnknownFault"/>
+      </wsdl:operation>
+   </wsdl:portType>
+   
+</wsdl:definitions>

Added: webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2-Draft_01.xsd
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2-Draft_01.xsd?rev=411218&view=auto
==============================================================================
--- webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2-Draft_01.xsd (added)
+++ webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2-Draft_01.xsd Fri Jun  2 10:32:46 2006
@@ -0,0 +1,45 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+
+OASIS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on OASIS's procedures with respect to rights in OASIS specifications can be found at the OASIS website. Copies of claims of rights made available for publication and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementors or users of this specification, can be obtained from the OASIS Executive Director.
+
+OASIS invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights which may cover technology that may be required to implement this specification. Please address the information to the OASIS Executive Director.
+
+Copyright (C) OASIS Open (2004). All Rights Reserved.
+
+This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself may not be modified in any way, such as by removing the copyright notice or references to OASIS, except as needed for the purpose of developing OASIS specifications, in which case the procedures for copyrights defined in the OASIS Intellectual Property Rights document must be followed, or as required to translate it into languages other than English. 
+
+The limited permissions granted above are perpetual and will not be revoked by OASIS or its successors or assigns. 
+
+This document and the information contained herein is provided on an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+
+-->
+
+<xsd:schema xmlns="http://www.w3.org/2001/XMLSchema"
+   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+   xmlns:wsrl="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd"
+   elementFormDefault="qualified" attributeFormDefault="unqualified"
+   targetNamespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd">
+   <!--
+    =============== Resource Property Related  ===================
+   -->
+   <!--
+    ==== Resource Properties for ScheduledResourceTermination ====
+   -->
+
+   <xsd:element name="CurrentTime" type="xsd:dateTime"/>
+   <xsd:element name="TerminationTime" nillable="true" type="xsd:dateTime"/>
+
+   <!--
+    ============= Notification Message Related  ==================
+     -->
+   <xsd:element name="TerminationNotification">
+      <xsd:complexType>
+         <xsd:sequence>
+            <xsd:element name="TerminationTime" type="xsd:dateTime" minOccurs="1" maxOccurs="1"/>
+            <xsd:element name="TerminationReason" type="xsd:anyType" minOccurs="0" maxOccurs="1"/>
+         </xsd:sequence>
+      </xsd:complexType>
+   </xsd:element>
+</xsd:schema>

Added: webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2-Draft_04.wsdl
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2-Draft_04.wsdl?rev=411218&view=auto
==============================================================================
--- webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2-Draft_04.wsdl (added)
+++ webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2-Draft_04.wsdl Fri Jun  2 10:32:46 2006
@@ -0,0 +1,150 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<wsdl:definitions
+    name="WS-ResourceLifetime"
+    targetNamespace="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceLifetime-1.2-draft-04.wsdl"
+    xmlns="http://schemas.xmlsoap.org/wsdl/"
+    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+    xmlns:wsrf-bf="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-BaseFaults-1.2-draft-03.xsd"
+    xmlns:wsrf-rl="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceLifetime-1.2-draft-04.xsd"
+    xmlns:wsrf-rlw="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceLifetime-1.2-draft-04.wsdl"
+    xmlns:wsrf-rp="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceProperties-1.2-draft-05.xsd"
+    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+    <wsdl:types>
+        <xsd:schema
+            attributeFormDefault="unqualified"
+            elementFormDefault="qualified"
+            targetNamespace="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceLifetime-1.2-draft-04.xsd"
+            xmlns="http://www.w3.org/2001/XMLSchema">
+            <xsd:include
+                schemaLocation="WS-ResourceLifetime-1_2-Draft_04.xsd"/>
+            <xsd:import
+                namespace="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-BaseFaults-1.2-draft-03.xsd"
+                schemaLocation="WS-BaseFaults-1_2-Draft_03.xsd"/>
+            <!-- ==== Resource Properties for ScheduledResourceTermination ==== -->
+            <xsd:element name="ScheduledResourceTerminationRP">
+                <xsd:complexType>
+                    <xsd:sequence>
+                        <xsd:element maxOccurs="1" minOccurs="1" ref="wsrf-rl:CurrentTime"/>
+                        <xsd:element maxOccurs="1" minOccurs="1" ref="wsrf-rl:TerminationTime"/>
+                    </xsd:sequence>
+                </xsd:complexType>
+            </xsd:element>
+            <!-- ====== Message Types for ImmediateResourceTermination  ======= -->
+            <xsd:element name="Destroy">
+                <xsd:complexType/>
+            </xsd:element>
+            <xsd:element name="DestroyResponse">
+                <xsd:complexType/>
+            </xsd:element>
+            <xsd:complexType name="ResourceUnknownFaultType">
+                <xsd:complexContent>
+                    <xsd:extension base="wsrf-bf:BaseFaultType"/>
+                </xsd:complexContent>
+            </xsd:complexType>
+            <xsd:element
+                name="ResourceUnknownFault"
+                type="wsrf-rl:ResourceUnknownFaultType"/>
+            <xsd:complexType name="ResourceNotDestroyedFaultType">
+                <xsd:complexContent>
+                    <xsd:extension base="wsrf-bf:BaseFaultType"/>
+                </xsd:complexContent>
+            </xsd:complexType>
+            <xsd:element
+                name="ResourceNotDestroyedFault"
+                type="wsrf-rl:ResourceNotDestroyedFaultType"/>
+            <!-- ====== Message Types for ScheduledResourceTermination  ======= -->
+            <xsd:element name="SetTerminationTime">
+                <xsd:complexType>
+                    <xsd:sequence>
+                        <xsd:element
+                            name="RequestedTerminationTime"
+                            nillable="true"
+                            type="xsd:dateTime"/>
+                    </xsd:sequence>
+                </xsd:complexType>
+            </xsd:element>
+            <xsd:element name="SetTerminationTimeResponse">
+                <xsd:complexType>
+                    <xsd:sequence>
+                        <xsd:element name="NewTerminationTime" nillable="true" type="xsd:dateTime"/>
+                        <xsd:element name="CurrentTime" type="xsd:dateTime"/>
+                    </xsd:sequence>
+                </xsd:complexType>
+            </xsd:element>
+            <xsd:complexType name="UnableToSetTerminationTimeFaultType">
+                <xsd:complexContent>
+                    <xsd:extension base="wsrf-bf:BaseFaultType"/>
+                </xsd:complexContent>
+            </xsd:complexType>
+            <xsd:element
+                name="UnableToSetTerminationTimeFault"
+                type="wsrf-rl:UnableToSetTerminationTimeFaultType"/>
+            <xsd:complexType name="TerminationTimeChangeRejectedFaultType">
+                <xsd:complexContent>
+                    <xsd:extension base="wsrf-bf:BaseFaultType"/>
+                </xsd:complexContent>
+            </xsd:complexType>
+            <xsd:element
+                name="TerminationTimeChangeRejectedFault"
+                type="wsrf-rl:TerminationTimeChangeRejectedFaultType"/>
+        </xsd:schema>
+    </wsdl:types>
+    <wsdl:message name="SetTerminationTimeRequest">
+        <wsdl:part
+            element="wsrf-rl:SetTerminationTime"
+            name="SetTerminationTimeRequest"/>
+    </wsdl:message>
+    <wsdl:message name="DestroyResponse">
+        <wsdl:part element="wsrf-rl:DestroyResponse" name="DestroyResponse"/>
+    </wsdl:message>
+    <wsdl:message name="SetTerminationTimeResponse">
+        <wsdl:part
+            element="wsrf-rl:SetTerminationTimeResponse"
+            name="SetTerminationTimeResponse"/>
+    </wsdl:message>
+    <wsdl:message name="ResourceUnknownFault">
+        <wsdl:part element="wsrf-rl:ResourceUnknownFault" name="ResourceUnknownFault"/>
+    </wsdl:message>
+    <wsdl:message name="DestroyRequest">
+        <wsdl:part element="wsrf-rl:Destroy" name="DestroyRequest"/>
+    </wsdl:message>
+    <wsdl:message name="ResourceNotDestroyedFault">
+        <wsdl:part
+            element="wsrf-rl:ResourceNotDestroyedFault"
+            name="ResourceNotDestroyedFault"/>
+    </wsdl:message>
+    <wsdl:message name="UnableToSetTerminationTimeFault">
+        <wsdl:part
+            element="wsrf-rl:UnableToSetTerminationTimeFault"
+            name="UnableToSetTerminationTimeFault"/>
+    </wsdl:message>
+    <wsdl:message name="TerminationTimeChangeRejectedFault">
+        <wsdl:part
+            element="wsrf-rl:TerminationTimeChangeRejectedFault"
+            name="TerminationTimeChangeRejectedFault"/>
+    </wsdl:message>
+    <wsdl:portType name="ImmediateResourceTermination">
+        <wsdl:operation name="Destroy">
+            <wsdl:input name="DestroyRequest" message="wsrf-rlw:DestroyRequest"/>
+            <wsdl:output name="DestroyResponse" message="wsrf-rlw:DestroyResponse"/>
+            <wsdl:fault
+                message="wsrf-rlw:ResourceNotDestroyedFault"
+                name="ResourceNotDestroyedFault"/>
+            <wsdl:fault message="wsrf-rlw:ResourceUnknownFault" name="ResourceUnknownFault"/>
+        </wsdl:operation>
+    </wsdl:portType>
+    <wsdl:portType name="ScheduledResourceTermination" wsrf-rp:ResourceProperties="wsrf-rl:ScheduledResourceTerminationRP">
+        <wsdl:operation name="SetTerminationTime">
+            <wsdl:input name="SetTerminationTimeRequest" message="wsrf-rlw:SetTerminationTimeRequest"/>
+            <wsdl:output name="SetTerminationTimeResponse" message="wsrf-rlw:SetTerminationTimeResponse"/>
+            <wsdl:fault
+                message="wsrf-rlw:UnableToSetTerminationTimeFault"
+                name="UnableToSetTerminationTimeFault"/>
+            <wsdl:fault message="wsrf-rlw:ResourceUnknownFault" name="ResourceUnknownFault"/>
+            <wsdl:fault
+                message="wsrf-rlw:TerminationTimeChangeRejectedFault"
+                name="TerminationTimeChangeRejectedFault"/>
+        </wsdl:operation>
+    </wsdl:portType>
+</wsdl:definitions>
\ No newline at end of file

Added: webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2-Draft_04.xsd
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2-Draft_04.xsd?rev=411218&view=auto
==============================================================================
--- webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2-Draft_04.xsd (added)
+++ webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceLifetime-1_2-Draft_04.xsd Fri Jun  2 10:32:46 2006
@@ -0,0 +1,47 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!-- 
+
+OASIS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on OASIS's procedures with respect to rights in OASIS specifications can be found at the OASIS website. Copies of claims of rights made available for publication and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementors or users of this specification, can be obtained from the OASIS Executive Director.
+
+OASIS invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights which may cover technology that may be required to implement this specification. Please address the information to the OASIS Executive Director.
+
+Copyright (C) OASIS Open (2004). All Rights Reserved.
+
+This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself may not be modified in any way, such as by removing the copyright notice or references to OASIS, except as needed for the purpose of developing OASIS specifications, in which case the procedures for copyrights defined in the OASIS Intellectual Property Rights document must be followed, or as required to translate it into languages other than English. 
+
+The limited permissions granted above are perpetual and will not be revoked by OASIS or its successors or assigns. 
+
+This document and the information contained herein is provided on an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+
+-->
+
+
+<xsd:schema xmlns="http://www.w3.org/2001/XMLSchema" 
+xmlns:xsd="http://www.w3.org/2001/XMLSchema" 
+xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
+xmlns:wsrf-rl="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceLifetime-1.2-draft-04.xsd" 
+elementFormDefault="qualified" attributeFormDefault="unqualified" 
+targetNamespace="http://docs.oasis-open.org/wsrf/2004/11/wsrf-WS-ResourceLifetime-1.2-draft-04.xsd">
+<!-- 
+ =============== Resource Property Related  =================== 
+--> 
+<!-- 
+ ==== Resource Properties for ScheduledResourceTermination ==== 
+-->
+ 
+  <xsd:element name="CurrentTime" type="xsd:dateTime" /> 
+  <xsd:element name="TerminationTime" nillable="true" type="xsd:dateTime" /> 
+
+<!-- 
+ ============= Notification Message Related  ================== 
+  --> 
+<xsd:element name="TerminationNotification">
+	<xsd:complexType>
+		<xsd:sequence>
+  			<xsd:element name="TerminationTime" type="xsd:dateTime" minOccurs="1" maxOccurs="1" nillable="true"/> 
+  			<xsd:element name="TerminationReason" type="xsd:anyType" minOccurs="0" maxOccurs="1" /> 
+ 		</xsd:sequence>
+
+  	</xsd:complexType>
+ </xsd:element>
+</xsd:schema>
\ No newline at end of file

Added: webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceMetadataDescriptor-1_0-Draft_01.xsd
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceMetadataDescriptor-1_0-Draft_01.xsd?rev=411218&view=auto
==============================================================================
--- webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceMetadataDescriptor-1_0-Draft_01.xsd (added)
+++ webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceMetadataDescriptor-1_0-Draft_01.xsd Fri Jun  2 10:32:46 2006
@@ -0,0 +1,368 @@
+<?xml version="1.0"?>
+
+<!--
+
+OASIS takes no position regarding the validity or scope of any
+intellectual property or other rights that might be claimed to pertain
+to the implementation or use of the technology described in this
+document or the extent to which any license under such rights might or
+might not be available; neither does it represent that it has made any
+effort to identify any such rights. Information on OASIS's procedures
+with respect to rights in OASIS specifications can be found at the
+OASIS website. Copies of claims of rights made available for
+publication and any assurances of licenses to be made available, or the
+result of an attempt made to obtain a general license or permission for
+the use of such proprietary rights by implementors or users of this
+specification, can be obtained from the OASIS Executive Director.
+
+OASIS invites any interested party to bring to its attention any
+copyrights, patents or patent applications, or other proprietary rights
+which may cover technology that may be required to implement this
+specification. Please address the information to the OASIS Executive
+Director.
+
+Copyright (C) OASIS Open (2004). All Rights Reserved.
+
+This document and translations of it may be copied and furnished to
+others, and derivative works that comment on or otherwise explain it or
+assist in its implementation may be prepared, copied, published and
+distributed, in whole or in part, without restriction of any kind,
+provided that the above copyright notice and this paragraph are
+included on all such copies and derivative works. However, this
+document itself may not be modified in any way, such as by removing the
+copyright notice or references to OASIS, except as needed for the
+purpose of developing OASIS specifications, in which case the
+procedures for copyrights defined in the OASIS Intellectual Property
+Rights document must be followed, or as required to translate it into
+languages other than English.
+
+The limited permissions granted above are perpetual and will not be
+revoked by OASIS or its successors or assigns.
+
+This document and the information contained herein is provided on an
+"AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED,
+INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE
+INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED
+WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+
+-->
+<schema
+  xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+  xmlns="http://www.w3.org/2001/XMLSchema"
+  xmlns:wsrf-rp="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd"
+  targetNamespace=
+  "http://docs.oasis-open.org/wsrf/2004/10/wsrf-WSResourceMetadataDescriptor-1.0-draft-01.xsd"
+  xmlns:wsrmd=
+  "http://docs.oasis-open.org/wsrf/2004/10/wsrf-WSResourceMetadataDescriptor-1.0-draft-01.xsd"
+  elementFormDefault="qualified">
+
+  <import
+    namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd"
+    schemaLocation="WS-ResourceProperties-1_2-Draft_01.xsd"/>
+
+  <!-- ======================== Utility Types ======================= -->
+  <simpleType name="PairsOfURIType">
+    <list itemType="xsd:anyURI"/>
+  </simpleType>
+
+  <!-- ================ PortType Attribute Extensions ================ -->
+  <simpleType name="SpecializesType">
+    <list itemType="xsd:QName"/>
+  </simpleType>
+
+  <attribute name="specializes" type="wsrmd:SpecializesType"/>
+
+  <attribute name="metadataDescriptor" type="xsd:QName"/>
+
+  <attribute name="metadataDescriptorLocation" type="wsrmd:PairsOfURIType"/>
+
+  <!-- ================= Documentation Component ==================== -->
+  <complexType name="DocumentationType" mixed="true">
+    <sequence>
+      <any namespace="##any" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
+    </sequence>
+    <anyAttribute/>
+  </complexType>
+
+  <complexType name="DocumentedType">
+    <sequence>
+      <element name="documentation" type="wsrmd:DocumentationType" minOccurs="0" maxOccurs="1"/>
+    </sequence>
+  </complexType>
+
+  <!-- ================== Definitions Component ===================== -->
+  <!--
+  <Definitions
+  targetNamespace="xsd:anyURI"
+  {anyAttribute}* >
+
+  <documentation />?
+  <MetadataDescriptor /> *
+  {any}*
+
+  </Definitions>
+  -->
+
+  <complexType name="DefinitionsType">
+    <complexContent>
+      <extension base="wsrmd:DocumentedType">
+        <sequence>
+          <element ref="wsrmd:MetadataDescriptor" minOccurs="0" maxOccurs="unbounded"/>
+          <any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
+        </sequence>
+        <attribute name="targetNamespace" type="xsd:anyURI" use="required"/>
+        <anyAttribute namespace="##other" processContents="lax"/>
+      </extension>
+    </complexContent>
+  </complexType>
+
+  <element name="Definitions" type="wsrmd:DefinitionsType">
+    <key name="MetadataDescriptor">
+      <annotation>
+        <documentation>
+To form a QName, the name of any MetadataDescriptor must be
+unique within a Definitions element.
+        </documentation>
+      </annotation>
+      <selector xpath="wsrmd:MetadataDescriptor"/>
+      <field xpath="@name"/>
+    </key>
+  </element>
+
+  <!-- =============== MetadataDescriptor Component =================== -->
+  <!--
+<MetadataDescriptor
+name="xsd:NCName"
+interface="xsd:QName"
+specializes="list of xsd:QName"?
+wsdlLocation="list of xsd:anyUri"?
+metadataDescriptorLocation="list of xsd:anyUri"?
+{anyAttribute}* >
+
+<documentation />?
+<Property /> *
+<Operation /> *
+{any}*
+
+</MetadataDescriptor>
+  -->
+
+  <complexType name="MetadataDescriptorType">
+    <complexContent>
+      <extension base="wsrmd:DocumentedType">
+        <sequence>
+          <element ref="wsrmd:Property" minOccurs="0" maxOccurs="unbounded"/>
+          <element ref="wsrmd:Operation" minOccurs="0" maxOccurs="unbounded"/>
+          <any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
+        </sequence>
+        <attribute name="name" type="xsd:NCName" use="required"/>
+        <attribute name="interface" type="xsd:QName" use="required"/>
+        <attribute name="specializes" type="wsrmd:SpecializesType"/>
+        <attribute name="wsdlLocation" type="wsrmd:PairsOfURIType"/>
+        <attribute name="metadataDescriptorLocation" type="wsrmd:PairsOfURIType"/>
+        <anyAttribute namespace="##other" processContents="lax"/>
+      </extension>
+    </complexContent>
+  </complexType>
+
+  <element name="MetadataDescriptor" type="wsrmd:MetadataDescriptorType"/>
+
+  <!-- ==================== Property Component ====================== -->
+  <!--
+  <Property
+  path="xsd:QName [/ [xsd:QName | xsd:NCName ]]*
+  [/@[xs:QName | xs:NCName ]]?"
+  mutability="[constant|appendable|mutable]" ?
+  modifiability="[read-only|read-write]" ?
+  subscribability="xs:boolean" ?
+  {anyAttribute}* >
+
+  <documentation />?
+  [ <ValidValues> {any}* </ValidValues> |
+  <ValidValueRange lowerBound='xsd:simpleType'
+  upperBound='xsd:simpleType'>
+  </ValidValueRange> ] ?
+  <StaticValues> {any}* </StaticValues> ?
+
+  {any} *
+
+  </Property>
+  -->
+  <complexType name="PropertyType">
+    <complexContent>
+      <extension base="wsrmd:DocumentedType">
+        <sequence>
+          <choice>
+            <element ref="wsrmd:ValidValues" minOccurs="0" maxOccurs="1"/>
+            <element ref="wsrmd:ValidValueRange" minOccurs="0" maxOccurs="1"/>
+          </choice>
+          <element ref="wsrmd:StaticValues" minOccurs="0" maxOccurs="1"/>
+          <any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
+        </sequence>
+        <attribute name="path" type="wsrmd:PathType" use="required"/>
+        <attribute name="mutability" type="wsrmd:MutabilityType"/>
+        <attribute name="modifiability" type="wsrmd:ModifiabilityType"/>
+        <attribute name="subscribability" type="xsd:boolean" default="false"/>
+        <anyAttribute namespace="##other" processContents="lax"/>
+      </extension>
+    </complexContent>
+  </complexType>
+
+  <element name="Property" type="wsrmd:PropertyType"/>
+
+  <simpleType name="PathType">
+    <restriction base="xsd:token">
+      <annotation>
+        <documentation>
+The pattern language in XSD is hard to follow, and harder to write.
+
+Since the pattern is almost impossible to figure out, here is a key:
+QName pattern is: [\i-[:]][\c-[:]]*:)? [\i-[:]][\c-[:]]*
+an optional prefix bit:
+ie any initial character (except :) followed by zero or more
+chars (not :)
+followed by a :
+followed by a mandatory NCName bit (see below)
+NCName pattern is: [\i-[:]][\c-[:]]*
+ie any "initial character" (except :) followed by zero or more
+chars (not :)
+
+The path pattern is
+xsd:QName [/ [xsd:QName | xsd:NCName ]]* [/@[xs:QName | xs:NCName
+]]?
+
+        </documentation>
+      </annotation>
+      <pattern value=
+      "(([\i-[:]][\c-[:]]*:)?[\i-[:]][\c-[:]]*)(/(([\i-[:]][\c-[:]]*:)?[\i-[:]][\c-[:]]*)|([\i-[:]][\c-[:]]*))* (/@(([\i-[:]][\c-[:]]*:)?[\i-[:]][\c-[:]]*)|([\i-[:]][\c-[:]]*))?"/>
+      <!--( QName [/ QName
+      | NCName ]* @ QName |
+      NCName ]?-->
+    </restriction>
+  </simpleType>
+
+  <simpleType name="MutabilityType">
+    <restriction base="xsd:string">
+      <enumeration value="constant"/>
+      <enumeration value="appendable"/>
+      <enumeration value="mutable"/>
+    </restriction>
+  </simpleType>
+
+  <simpleType name="ModifiabilityType">
+    <restriction base="xsd:string">
+      <enumeration value="read-only"/>
+      <enumeration value="read-write"/>
+    </restriction>
+  </simpleType>
+
+  <!-- ================= Valid Values Component ===================== -->
+  <!--
+  <ValidValues
+  {anyAttribute}* >
+  <documentation />?
+  {any}*
+  </ValidValues>
+  -->
+  <complexType name="ValidValuesType" mixed="true">
+    <sequence>
+      <element name="documentation" type="wsrmd:DocumentationType" minOccurs="0" maxOccurs="1"/>
+      <any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
+    </sequence>
+    <anyAttribute namespace="##other" processContents="lax"/>
+  </complexType>
+
+  <element name="ValidValues" type="wsrmd:ValidValuesType"/>
+
+  <!-- ================= Valid Range Component ===================== -->
+  <!--
+  <ValidValueRange
+  lowerBound="xs:anySimpleType" ? upperBound="xs:anySimpleType" ?
+  {anyAttribute}* >
+  <documentation />?
+  {any}*
+  </ValidValueRange>
+  -->
+  <complexType name="ValidValueRangeType" mixed="true">
+    <sequence>
+      <element name="documentation" type="wsrmd:DocumentationType" minOccurs="0" maxOccurs="1"/>
+      <any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
+    </sequence>
+    <attribute name="lowerBound" type="xsd:anySimpleType"/>
+    <attribute name="upperBound" type="xsd:anySimpleType"/>
+    <anyAttribute namespace="##other" processContents="lax"/>
+  </complexType>
+
+  <element name="ValidValueRange" type="wsrmd:ValidValueRangeType"/>
+
+  <!-- ================ Static Values Component ===================== -->
+  <!--
+  <StaticValues
+  {anyAttribute}* >
+  <documentation />?
+  {any}*
+  </StaticValues>
+  -->
+  <complexType name="StaticValuesType" mixed="true">
+    <sequence>
+      <element name="documentation" type="wsrmd:DocumentationType" minOccurs="0" maxOccurs="1"/>
+      <any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
+    </sequence>
+    <anyAttribute namespace="##other" processContents="lax"/>
+  </complexType>
+
+  <element name="StaticValues" type="wsrmd:StaticValuesType"/>
+
+  <!-- =================== Operation Component ====================== -->
+  <!--
+  <Operation
+  name="xs:NCName"
+  idempotent="xs:Boolean" ?
+  {anyAttribute}* >
+  <documentation>?
+  {any}
+
+  </Operation>
+  -->
+  <complexType name="OperationsType">
+    <complexContent>
+      <extension base="wsrmd:DocumentedType">
+        <sequence>
+          <any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
+        </sequence>
+        <attribute name="name" type="xsd:NCName" use="required"/>
+        <attribute name="idempotent" type="xsd:boolean" default="false"/>
+        <anyAttribute namespace="##other" processContents="lax"/>
+      </extension>
+    </complexContent>
+  </complexType>
+
+  <element name="Operation" type="wsrmd:OperationsType"/>
+
+  <!-- ======== MetadataDescriptorRef Resource Property GED========== -->
+  <!--
+  <MetadataDescriptorRef
+  name="xs:QName"
+  metadataDescriptorLocation="list of xs:anyURI" ?
+  {anyAttribute}* >
+  <documentation>?
+  {any}
+
+  </MetadataDescriptorRef>
+  -->
+  <complexType name="MetadataDescriptorRefType">
+    <complexContent>
+      <extension base="wsrmd:DocumentedType">
+        <sequence>
+          <any namespace="##other" minOccurs="0" maxOccurs="unbounded" processContents="lax"/>
+        </sequence>
+        <attribute name="name" type="xsd:QName" use="required"/>
+        <attribute name="metadataDescirptorLocation" type="wsrmd:PairsOfURIType"/>
+        <anyAttribute namespace="##other" processContents="lax"/>
+      </extension>
+    </complexContent>
+  </complexType>
+
+  <element name="MetadataDescriptorRef" type="wsrmd:MetadataDescriptorRefType"/>
+
+</schema>

Added: webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceProperties-1_2-Draft_01.wsdl
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceProperties-1_2-Draft_01.wsdl?rev=411218&view=auto
==============================================================================
--- webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceProperties-1_2-Draft_01.wsdl (added)
+++ webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceProperties-1_2-Draft_01.wsdl Fri Jun  2 10:32:46 2006
@@ -0,0 +1,375 @@
+<?xml version="1.0"?>
+
+<!-- 
+
+OASIS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on OASIS's procedures with respect to rights in OASIS specifications can be found at the OASIS website. Copies of claims of rights made available for publication and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementors or users of this specification, can be obtained from the OASIS Executive Director.
+
+OASIS invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights which may cover technology that may be required to implement this specification. Please address the information to the OASIS Executive Director.
+
+Copyright (C) OASIS Open (2004). All Rights Reserved.
+
+This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself may not be modified in any way, such as by removing the copyright notice or references to OASIS, except as needed for the purpose of developing OASIS specifications, in which case the procedures for copyrights defined in the OASIS Intellectual Property Rights document must be followed, or as required to translate it into languages other than English. 
+
+The limited permissions granted above are perpetual and will not be revoked by OASIS or its successors or assigns. 
+
+This document and the information contained herein is provided on an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+
+-->
+
+<wsdl:definitions name="WS-ResourceProperties"
+   xmlns="http://schemas.xmlsoap.org/wsdl/"
+   xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
+   xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing"
+   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+   xmlns:wsbf="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd"
+   xmlns:wsrp="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd"
+   xmlns:wsrpw="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.wsdl"
+   targetNamespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.wsdl">
+
+   <!-- ===================== Types Definitions ====================== -->
+   <wsdl:types>
+      <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+                  targetNamespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd"
+                  elementFormDefault="qualified">
+
+         <xsd:include schemaLocation="WS-ResourceProperties-1_2-Draft_01.xsd" />
+
+         <xsd:import namespace="http://schemas.xmlsoap.org/ws/2003/03/addressing"
+                     schemaLocation="../wsa/WS-Addressing-2003_03.xsd" />
+
+         <xsd:import namespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-BaseFaults-1.2-draft-01.xsd"
+                     schemaLocation="WS-BaseFaults-1_2-Draft_01.xsd" />
+
+         <!-- ========== Message Types for GetResourceProperty  ============ -->
+
+         <xsd:element name="GetResourceProperty"
+            type="xsd:QName"/>
+
+         <xsd:element name="GetResourcePropertyResponse">
+            <xsd:complexType>
+               <xsd:sequence>
+                  <xsd:any minOccurs="0" maxOccurs="unbounded"/>
+               </xsd:sequence>
+            </xsd:complexType>
+         </xsd:element>
+
+         <xsd:complexType name="ResourceUnknownFaultType">
+            <xsd:complexContent>
+               <xsd:extension base="wsbf:BaseFaultType"/>
+            </xsd:complexContent>
+         </xsd:complexType>
+         <xsd:element name="ResourceUnknownFault"
+            type="wsrp:ResourceUnknownFaultType"/>
+
+         <xsd:complexType name="InvalidResourcePropertyQNameFaultType">
+            <xsd:complexContent>
+               <xsd:extension base="wsbf:BaseFaultType"/>
+            </xsd:complexContent>
+         </xsd:complexType>
+         <xsd:element name="InvalidResourcePropertyQNameFault"
+            type="wsrp:InvalidResourcePropertyQNameFaultType"/>
+
+
+         <!-- ====== Message Types for GetMultipleResourceProperties ======= -->
+         <xsd:element name="GetMultipleResourceProperties">
+            <xsd:complexType>
+               <xsd:sequence>
+                  <xsd:element name="ResourceProperty" type="xsd:QName"
+                     minOccurs="1" maxOccurs="unbounded"/>
+               </xsd:sequence>
+            </xsd:complexType>
+         </xsd:element>
+
+         <xsd:element name="GetMultipleResourcePropertiesResponse">
+            <xsd:complexType>
+               <xsd:sequence>
+                  <xsd:any minOccurs="0" maxOccurs="unbounded"/>
+               </xsd:sequence>
+            </xsd:complexType>
+         </xsd:element>
+
+         <!-- ========= Message Types for SetResourceProperties =========== -->
+
+         <xsd:complexType name="InsertType">
+            <xsd:sequence>
+               <xsd:any processContents="lax"
+                  minOccurs="1" maxOccurs="unbounded"/>
+            </xsd:sequence>
+         </xsd:complexType>
+         <xsd:element name="Insert"
+            type="wsrp:InsertType"/>
+
+         <xsd:complexType name="UpdateType">
+            <xsd:sequence>
+               <xsd:any processContents="lax"
+                  minOccurs="1" maxOccurs="unbounded"/>
+            </xsd:sequence>
+         </xsd:complexType>
+         <xsd:element name="Update"
+            type="wsrp:UpdateType"/>
+
+         <xsd:complexType name="DeleteType">
+            <xsd:attribute name="ResourceProperty"
+               type="xsd:QName" use="required"/>
+         </xsd:complexType>
+         <xsd:element name="Delete"
+            type="wsrp:DeleteType"/>
+
+         <xsd:element name="SetResourceProperties">
+            <xsd:complexType>
+               <xsd:choice minOccurs="0" maxOccurs="unbounded">
+                  <xsd:element ref="wsrp:Insert"/>
+                  <xsd:element ref="wsrp:Update"/>
+                  <xsd:element ref="wsrp:Delete"/>
+               </xsd:choice>
+            </xsd:complexType>
+         </xsd:element>
+
+         <xsd:element name="SetResourcePropertiesResponse">
+            <xsd:complexType/>
+         </xsd:element>
+
+         <xsd:complexType
+            name="InvalidSetResourcePropertiesRequestContentFaultType">
+            <xsd:complexContent>
+               <xsd:extension base="wsbf:BaseFaultType"/>
+            </xsd:complexContent>
+         </xsd:complexType>
+         <xsd:element name="InvalidSetResourcePropertiesRequestContentFault"
+            type="wsrp:InvalidSetResourcePropertiesRequestContentFaultType"/>
+
+         <xsd:complexType name="UnableToModifyResourcePropertyFaultType">
+            <xsd:complexContent>
+               <xsd:extension base="wsbf:BaseFaultType"/>
+            </xsd:complexContent>
+         </xsd:complexType>
+         <xsd:element name="UnableToModifyResourcePropertyFault"
+            type="wsrp:UnableToModifyResourcePropertyFaultType"/>
+
+         <xsd:complexType name="SetResourcePropertyRequestFailedFaultType">
+            <xsd:complexContent>
+               <xsd:extension base="wsbf:BaseFaultType"/>
+            </xsd:complexContent>
+         </xsd:complexType>
+         <xsd:element name="SetResourcePropertyRequestFailedFault"
+            type="wsrp:SetResourcePropertyRequestFailedFaultType"/>
+
+
+         <!-- ========= Message Types for QueryResourceProperties ========== -->
+
+         <xsd:element name="QueryResourceProperties">
+            <xsd:complexType>
+               <xsd:sequence>
+                  <xsd:element ref="wsrp:QueryExpression"
+                     minOccurs="1" maxOccurs="1"/>
+               </xsd:sequence>
+            </xsd:complexType>
+         </xsd:element>
+
+         <xsd:element name="QueryResourcePropertiesResponse">
+            <xsd:complexType>
+               <xsd:complexContent mixed="true">
+                  <xsd:restriction base="xsd:anyType">
+                     <xsd:sequence>
+                        <xsd:any processContents="lax"
+                           minOccurs="1" maxOccurs="unbounded"/>
+                     </xsd:sequence>
+                  </xsd:restriction>
+               </xsd:complexContent>
+            </xsd:complexType>
+         </xsd:element>
+
+         <xsd:complexType name="UnknownQueryExpressionDialectFaultType">
+            <xsd:complexContent>
+               <xsd:extension base="wsbf:BaseFaultType"/>
+            </xsd:complexContent>
+         </xsd:complexType>
+         <xsd:element name="UnknownQueryExpressionDialectFault"
+            type="wsrp:UnknownQueryExpressionDialectFaultType"/>
+
+         <xsd:complexType name="InvalidQueryExpressionFaultType">
+            <xsd:complexContent>
+               <xsd:extension base="wsbf:BaseFaultType"/>
+            </xsd:complexContent>
+         </xsd:complexType>
+         <xsd:element name="InvalidQueryExpressionFault"
+            type="wsrp:InvalidQueryExpressionFaultType"/>
+
+         <xsd:complexType name="QueryEvaluationErrorFaultType">
+            <xsd:complexContent>
+               <xsd:extension base="wsbf:BaseFaultType"/>
+            </xsd:complexContent>
+         </xsd:complexType>
+         <xsd:element name="QueryEvaluationErrorFault"
+            type="wsrp:QueryEvaluationErrorFaultType"/>
+
+      </xsd:schema>
+   </wsdl:types>
+
+   <!-- ===================== GetResourceProperty ====================
+     GetResourceProperty(QName)
+     returns: any
+   -->
+   <wsdl:message name="GetResourcePropertyRequest">
+      <wsdl:part name="GetResourcePropertyRequest"
+         element="wsrp:GetResourceProperty"/>
+   </wsdl:message>
+
+   <wsdl:message name="GetResourcePropertyResponse">
+      <wsdl:part name="GetResourcePropertyResponse"
+         element="wsrp:GetResourcePropertyResponse"/>
+   </wsdl:message>
+
+   <wsdl:message name="ResourceUnknownFault">
+      <part name="ResourceUnknownFault"
+         element="wsrp:ResourceUnknownFault"/>
+   </wsdl:message>
+
+   <wsdl:message name="InvalidResourcePropertyQNameFault">
+      <part name="InvalidResourcePropertyQNameFault"
+         element="wsrp:InvalidResourcePropertyQNameFault"/>
+   </wsdl:message>
+
+   <!-- ==============GetMultipleResourceProperties ==================
+     GetMultipleResourceProperties(list of QName)
+     returns: sequence of any
+   -->
+   <wsdl:message name="GetMultipleResourcePropertiesRequest">
+      <wsdl:part name="GetMultipleResourcePropertiesRequest"
+         element="wsrp:GetMultipleResourceProperties"/>
+   </wsdl:message>
+
+   <wsdl:message name="GetMultipleResourcePropertiesResponse">
+      <wsdl:part name="GetMultipleResourcePropertiesResponse"
+         element="wsrp:GetMultipleResourcePropertiesResponse"/>
+   </wsdl:message>
+
+   <!-- ================= SetResourceProperties ======================
+     SetResourceProperties(
+     { insert (any)* |
+       update (any)* |
+       delete@QName } +
+     )
+     returns: empty
+   -->
+   <wsdl:message name="SetResourcePropertiesRequest">
+      <wsdl:part name="SetResourcePropertiesRequest"
+         element="wsrp:SetResourceProperties"/>
+   </wsdl:message>
+
+   <wsdl:message name="SetResourcePropertiesResponse">
+      <wsdl:part name="SetResourcePropertiesResponse"
+         element="wsrp:SetResourcePropertiesResponse"/>
+   </wsdl:message>
+
+   <wsdl:message name="InvalidSetResourcePropertiesRequestContentFault">
+      <part name="InvalidSetResourcePropertiesRequestContentFault"
+         element="wsrp:InvalidSetResourcePropertiesRequestContentFault"/>
+   </wsdl:message>
+
+   <wsdl:message name="UnableToModifyResourcePropertyFault">
+      <part name="UnableToModifyResourcePropertyFault"
+         element="wsrp:UnableToModifyResourcePropertyFault"/>
+   </wsdl:message>
+
+   <wsdl:message name="SetResourcePropertyRequestFailedFault">
+      <part name="SetResourcePropertyRequestFailedFault"
+         element="wsrp:SetResourcePropertyRequestFailedFault"/>
+   </wsdl:message>
+
+   <!-- ================ QueryResourceProperties =====================
+     QueryResourceProperties(QueryExpression)
+     returns: any
+   -->
+   <wsdl:message name="QueryResourcePropertiesRequest">
+      <wsdl:part name="QueryResourcePropertiesRequest"
+         element="wsrp:QueryResourceProperties"/>
+   </wsdl:message>
+
+   <wsdl:message name="QueryResourcePropertiesResponse">
+      <wsdl:part name="QueryResourcePropertiesResponse"
+         element="wsrp:QueryResourcePropertiesResponse"/>
+   </wsdl:message>
+
+   <wsdl:message name="UnknownQueryExpressionDialectFault">
+      <part name="UnknownQueryExpressionDialectFault"
+         element="wsrp:UnknownQueryExpressionDialectFault"/>
+   </wsdl:message>
+
+   <wsdl:message name="InvalidQueryExpressionFault">
+      <part name="InvalidQueryExpressionFault"
+         element="wsrp:InvalidQueryExpressionFault"/>
+   </wsdl:message>
+
+   <wsdl:message name="QueryEvaluationErrorFault">
+      <part name="QueryEvaluationErrorFault"
+         element="wsrp:QueryEvaluationErrorFault"/>
+   </wsdl:message>
+
+   <!-- =================== PortType Definitions ===================== -->
+   <wsdl:portType name="GetResourceProperty">
+      <wsdl:operation name="GetResourceProperty">
+         <wsdl:input name="GetResourcePropertyRequest"
+            message="wsrpw:GetResourcePropertyRequest"/>
+         <wsdl:output name="GetResourcePropertyResponse"
+            message="wsrpw:GetResourcePropertyResponse"/>
+         <wsdl:fault name="ResourceUnknownFault"
+            message="wsrpw:ResourceUnknownFault"/>
+         <wsdl:fault name="InvalidResourcePropertyQNameFault"
+            message="wsrpw:InvalidResourcePropertyQNameFault"/>
+      </wsdl:operation>
+   </wsdl:portType>
+
+   <wsdl:portType name="GetMultipleResourceProperties">
+      <wsdl:operation name="GetMultipleResourceProperties">
+         <wsdl:input name="GetMultipleResourcePropertiesRequest"
+            message="wsrpw:GetMultipleResourcePropertiesRequest"/>
+         <wsdl:output name="GetMultipleResourcePropertiesResponse"
+            message="wsrpw:GetMultipleResourcePropertiesResponse"/>
+         <wsdl:fault name="ResourceUnknownFault"
+            message="wsrpw:ResourceUnknownFault"/>
+         <wsdl:fault name="InvalidResourcePropertyQNameFault"
+            message="wsrpw:InvalidResourcePropertyQNameFault"/>
+      </wsdl:operation>
+   </wsdl:portType>
+
+   <wsdl:portType name="SetResourceProperties">
+      <wsdl:operation name="SetResourceProperties">
+         <wsdl:input name="SetResourcePropertiesRequest"
+            message="wsrpw:SetResourcePropertiesRequest"/>
+         <wsdl:output name="SetResourcePropertiesResponse"
+            message="wsrpw:SetResourcePropertiesResponse"/>
+         <wsdl:fault name="ResourceUnknownFault"
+            message="wsrpw:ResourceUnknownFault"/>
+         <wsdl:fault name="InvalidSetResourcePropertiesRequestContentFault"
+            message="wsrpw:InvalidSetResourcePropertiesRequestContentFault"/>
+         <wsdl:fault name="UnableToModifyResourcePropertyFault"
+            message="wsrpw:UnableToModifyResourcePropertyFault"/>
+         <wsdl:fault name="InvalidResourcePropertyQNameFault"
+            message="wsrpw:InvalidResourcePropertyQNameFault"/>
+         <wsdl:fault name="SetResourcePropertyRequestFailedFault"
+            message="wsrpw:SetResourcePropertyRequestFailedFault"/>
+      </wsdl:operation>
+   </wsdl:portType>
+
+   <wsdl:portType name="QueryResourceProperties">
+      <wsdl:operation name="QueryResourceProperties">
+         <wsdl:input name="QueryResourcePropertiesRequest"
+            message="wsrpw:QueryResourcePropertiesRequest"/>
+         <wsdl:output name="QueryResourcePropertiesResponse"
+            message="wsrpw:QueryResourcePropertiesResponse"/>
+         <wsdl:fault name="ResourceUnknownFault"
+            message="wsrpw:ResourceUnknownFault"/>
+         <wsdl:fault name="InvalidResourcePropertyQNameFault"
+            message="wsrpw:InvalidResourcePropertyQNameFault"/>
+         <wsdl:fault name="UnknownQueryExpressionDialectFault"
+            message="wsrpw:UnknownQueryExpressionDialectFault"/>
+         <wsdl:fault name="InvalidQueryExpressionFault"
+            message="wsrpw:InvalidQueryExpressionFault"/>
+         <wsdl:fault name="QueryEvaluationErrorFault"
+            message="wsrpw:QueryEvaluationErrorFault"/>
+      </wsdl:operation>
+
+   </wsdl:portType>
+
+</wsdl:definitions>

Added: webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceProperties-1_2-Draft_01.xsd
URL: http://svn.apache.org/viewvc/webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceProperties-1_2-Draft_01.xsd?rev=411218&view=auto
==============================================================================
--- webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceProperties-1_2-Draft_01.xsd (added)
+++ webservices/muse/trunk/wsrf-xbeans/src/wsdl/wsrf/WS-ResourceProperties-1_2-Draft_01.xsd Fri Jun  2 10:32:46 2006
@@ -0,0 +1,63 @@
+<?xml version="1.0"?>
+
+<!-- 
+
+OASIS takes no position regarding the validity or scope of any intellectual property or other rights that might be claimed to pertain to the implementation or use of the technology described in this document or the extent to which any license under such rights might or might not be available; neither does it represent that it has made any effort to identify any such rights. Information on OASIS's procedures with respect to rights in OASIS specifications can be found at the OASIS website. Copies of claims of rights made available for publication and any assurances of licenses to be made available, or the result of an attempt made to obtain a general license or permission for the use of such proprietary rights by implementors or users of this specification, can be obtained from the OASIS Executive Director.
+
+OASIS invites any interested party to bring to its attention any copyrights, patents or patent applications, or other proprietary rights which may cover technology that may be required to implement this specification. Please address the information to the OASIS Executive Director.
+
+Copyright (C) OASIS Open (2004). All Rights Reserved.
+
+This document and translations of it may be copied and furnished to others, and derivative works that comment on or otherwise explain it or assist in its implementation may be prepared, copied, published and distributed, in whole or in part, without restriction of any kind, provided that the above copyright notice and this paragraph are included on all such copies and derivative works. However, this document itself may not be modified in any way, such as by removing the copyright notice or references to OASIS, except as needed for the purpose of developing OASIS specifications, in which case the procedures for copyrights defined in the OASIS Intellectual Property Rights document must be followed, or as required to translate it into languages other than English. 
+
+The limited permissions granted above are perpetual and will not be revoked by OASIS or its successors or assigns. 
+
+This document and the information contained herein is provided on an "AS IS" basis and OASIS DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
+
+-->
+
+<xsd:schema
+   xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+   xmlns:wsrp="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd"
+   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+   elementFormDefault="qualified"
+   targetNamespace="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd">
+
+   <!-- ======= Global Attribute Declaration for WSDL 1.1 portType==== -->
+   <xsd:attribute name="ResourceProperties" type="xsd:QName"/>
+
+   <!-- = Notification Message for ResourceProperties value change === -->
+   <xsd:complexType name="ResourcePropertyValueChangeNotificationType">
+      <xsd:sequence>
+         <xsd:element name="OldValue" nillable="true"
+            minOccurs="0" maxOccurs="1">
+            <xsd:complexType>
+               <xsd:sequence>
+                  <xsd:any minOccurs="1" maxOccurs="1"/>
+               </xsd:sequence>
+            </xsd:complexType>
+         </xsd:element>
+         <xsd:element name="NewValue" nillable="true"
+            minOccurs="1" maxOccurs="1">
+            <xsd:complexType>
+               <xsd:sequence>
+                  <xsd:any minOccurs="1" maxOccurs="1"/>
+               </xsd:sequence>
+            </xsd:complexType>
+         </xsd:element>
+      </xsd:sequence>
+   </xsd:complexType>
+
+   <xsd:element name="ResourcePropertyValueChangeNotification"
+      type="wsrp:ResourcePropertyValueChangeNotificationType"/>
+
+   <xsd:complexType name="QueryExpressionType" mixed="true">
+      <xsd:sequence>
+         <xsd:any minOccurs="0" maxOccurs="1" processContents="lax"/>
+      </xsd:sequence>
+      <xsd:attribute name="Dialect" type="xsd:anyURI"/>
+   </xsd:complexType>
+
+   <xsd:element name="QueryExpression" type="wsrp:QueryExpressionType"/>
+
+</xsd:schema> 



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