WWW/2002/ws/ra/edcopies/ws-tra transfer.xsd,1.9,1.10

Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra
In directory hutz:/tmp/cvs-serv23967/ws-tra

Modified Files:
	transfer.xsd 
Log Message:
8302, 8180, 8299


Index: transfer.xsd
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra/transfer.xsd,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -d -r1.9 -r1.10
--- transfer.xsd	9 Dec 2009 00:36:37 -0000	1.9
+++ transfer.xsd	29 Jan 2010 04:00:59 -0000	1.10
@@ -9,6 +9,13 @@
   <xs:import
     namespace='http://www.w3.org/2005/08/addressing'
     schemaLocation='http://www.w3.org/2006/03/addressing/ws-addr.xsd' />
+
+  <xs:complexType name='Representation'>
+    <xs:sequence>
+      <xs:any minOccurs='0' processContents='lax'/>
+    </xs:sequence>
+    <xs:anyAttribute namespace='##other' processContents='lax'/>
+  </xs:complexType>
  
   <xs:element name='Get'>
     <xs:complexType>
@@ -23,6 +30,7 @@
   <xs:element name='GetResponse'>
     <xs:complexType>
       <xs:sequence>
+        <xs:element name='Representation' type='tns:Representation' minOccurs='0'/>
         <xs:any minOccurs='1' maxOccurs='unbounded' namespace='##other' processContents='lax' />
       </xs:sequence>
       <xs:anyAttribute namespace='##other' processContents='lax' />
@@ -32,6 +40,7 @@
   <xs:element name='Put'>
     <xs:complexType>
       <xs:sequence>
+        <xs:element name='Representation' type='tns:Representation' minOccurs='0'/>
         <xs:any minOccurs='1' maxOccurs='unbounded' namespace='##other' processContents='lax' />
       </xs:sequence>
       <xs:attribute name='Dialect' type='xs:anyURI' use='optional' />
@@ -42,6 +51,7 @@
   <xs:element name='PutResponse'>
     <xs:complexType>
       <xs:sequence>
+        <xs:element name='Representation' type='tns:Representation' minOccurs='0'/>
         <xs:any minOccurs='1' namespace='##other' processContents='lax' />
       </xs:sequence>
       <xs:anyAttribute namespace='##other' processContents='lax' />
@@ -70,6 +80,7 @@
   <xs:element name='Create'>
     <xs:complexType>
       <xs:sequence>
+        <xs:element name='Representation' type='tns:Representation' minOccurs='0'/>
         <xs:any minOccurs='0' maxOccurs='unbounded' namespace='##other' processContents='lax' />
       </xs:sequence>
       <xs:attribute name='Dialect' type='xs:anyURI' use='optional' />
@@ -81,6 +92,7 @@
     <xs:complexType>
       <xs:sequence>
         <xs:element name='ResourceCreated' type='wsa:EndpointReferenceType' />
+        <xs:element name='Representation' type='tns:Representation' minOccurs='0'/>
         <xs:any minOccurs='0' namespace='##other' processContents='lax' />
       </xs:sequence>
       <xs:anyAttribute namespace='##other' processContents='lax' />

Received on Friday, 29 January 2010 04:01:03 UTC