- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Dec 2009 00:36:39 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra
In directory hutz:/tmp/cvs-serv11326/ws-tra
Modified Files:
transfer.wsdl transfer.xsd
Log Message:
just some cleanup s/"/'/g for consistency
Index: transfer.xsd
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra/transfer.xsd,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- transfer.xsd 7 Nov 2009 16:33:03 -0000 1.8
+++ transfer.xsd 9 Dec 2009 00:36:37 -0000 1.9
@@ -1,133 +1,133 @@
<xs:schema
- targetNamespace="http://www.w3.org/2009/09/ws-tra"
- xmlns:tns="http://www.w3.org/2009/09/ws-tra"
- xmlns:xs="http://www.w3.org/2001/XMLSchema"
- xmlns:wsa="http://www.w3.org/2005/08/addressing"
- elementFormDefault="qualified"
- blockDefault="#all" >
+ targetNamespace='http://www.w3.org/2009/09/ws-tra'
+ xmlns:tns='http://www.w3.org/2009/09/ws-tra'
+ xmlns:xs='http://www.w3.org/2001/XMLSchema'
+ xmlns:wsa='http://www.w3.org/2005/08/addressing'
+ elementFormDefault='qualified'
+ blockDefault='#all' >
<xs:import
- namespace="http://www.w3.org/2005/08/addressing"
- schemaLocation="http://www.w3.org/2006/03/addressing/ws-addr.xsd" />
+ namespace='http://www.w3.org/2005/08/addressing'
+ schemaLocation='http://www.w3.org/2006/03/addressing/ws-addr.xsd' />
- <xs:element name="Get">
+ <xs:element name='Get'>
<xs:complexType>
<xs:sequence>
- <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" />
+ <xs:any minOccurs='0' maxOccurs='unbounded' namespace='##other' processContents='lax' />
</xs:sequence>
- <xs:attribute name="Dialect" type="xs:anyURI" use="optional" />
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:attribute name='Dialect' type='xs:anyURI' use='optional' />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
</xs:element>
- <xs:element name="GetResponse">
+ <xs:element name='GetResponse'>
<xs:complexType>
<xs:sequence>
- <xs:any minOccurs="1" maxOccurs="unbounded" namespace="##other" processContents="lax" />
+ <xs:any minOccurs='1' maxOccurs='unbounded' namespace='##other' processContents='lax' />
</xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
</xs:element>
- <xs:element name="Put">
+ <xs:element name='Put'>
<xs:complexType>
<xs:sequence>
- <xs:any minOccurs="1" maxOccurs="unbounded" namespace="##other" processContents="lax" />
+ <xs:any minOccurs='1' maxOccurs='unbounded' namespace='##other' processContents='lax' />
</xs:sequence>
- <xs:attribute name="Dialect" type="xs:anyURI" use="optional" />
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:attribute name='Dialect' type='xs:anyURI' use='optional' />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
</xs:element>
- <xs:element name="PutResponse">
+ <xs:element name='PutResponse'>
<xs:complexType>
<xs:sequence>
- <xs:any minOccurs="1" namespace="##other" processContents="lax" />
+ <xs:any minOccurs='1' namespace='##other' processContents='lax' />
</xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
</xs:element>
- <xs:element name="Delete">
+ <xs:element name='Delete'>
<xs:complexType>
<xs:sequence>
- <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" />
+ <xs:any minOccurs='0' maxOccurs='unbounded' namespace='##other' processContents='lax' />
</xs:sequence>
- <xs:attribute name="Dialect" type="xs:anyURI" use="optional" />
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:attribute name='Dialect' type='xs:anyURI' use='optional' />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
</xs:element>
- <xs:element name="DeleteResponse">
+ <xs:element name='DeleteResponse'>
<xs:complexType>
<xs:sequence>
- <xs:any minOccurs="0" namespace="##other" processContents="lax" />
+ <xs:any minOccurs='0' namespace='##other' processContents='lax' />
</xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
</xs:element>
- <xs:element name="Create">
+ <xs:element name='Create'>
<xs:complexType>
<xs:sequence>
- <xs:any minOccurs="0" maxOccurs="unbounded" namespace="##other" processContents="lax" />
+ <xs:any minOccurs='0' maxOccurs='unbounded' namespace='##other' processContents='lax' />
</xs:sequence>
- <xs:attribute name="Dialect" type="xs:anyURI" use="optional" />
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:attribute name='Dialect' type='xs:anyURI' use='optional' />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
</xs:element>
- <xs:element name="CreateResponse">
+ <xs:element name='CreateResponse'>
<xs:complexType>
<xs:sequence>
- <xs:element name="ResourceCreated" type="wsa:EndpointReferenceType" />
- <xs:any minOccurs="0" namespace="##other" processContents="lax" />
+ <xs:element name='ResourceCreated' type='wsa:EndpointReferenceType' />
+ <xs:any minOccurs='0' namespace='##other' processContents='lax' />
</xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
</xs:element>
<!-- Policy -->
- <xs:complexType name="URI">
+ <xs:complexType name='URI'>
<xs:simpleContent>
- <xs:extension base="xs:anyURI">
- <xs:anyAttribute namespace="##other" processContents="lax"/>
+ <xs:extension base='xs:anyURI'>
+ <xs:anyAttribute namespace='##other' processContents='lax'/>
</xs:extension>
</xs:simpleContent>
</xs:complexType>
- <xs:complexType name="Empty">
+ <xs:complexType name='Empty'>
<xs:sequence/>
- <xs:anyAttribute namespace="##other" processContents="lax"/>
+ <xs:anyAttribute namespace='##other' processContents='lax'/>
</xs:complexType>
- <xs:element name="TransferResource">
+ <xs:element name='TransferResource'>
<xs:complexType>
<xs:sequence>
- <xs:element name="PutOperationSupported" type="tns:Empty"
- minOccurs="0"/>
- <xs:element name="DeleteOperationSupported" type="tns:Empty"
- minOccurs="0"/>
- <xs:element name="FaultOnPutDenied" type="tns:Empty" minOccurs="0"/>
- <xs:element name="Dialect" type="tns:URI" minOccurs="0"
- maxOccurs="unbounded"/>
- <xs:element name="Resource" type="xs:QName" minOccurs="0"/>
- <xs:any namespace="##other" processContents="lax" minOccurs="0"
- maxOccurs="unbounded"/>
+ <xs:element name='PutOperationSupported' type='tns:Empty'
+ minOccurs='0'/>
+ <xs:element name='DeleteOperationSupported' type='tns:Empty'
+ minOccurs='0'/>
+ <xs:element name='FaultOnPutDenied' type='tns:Empty' minOccurs='0'/>
+ <xs:element name='Dialect' type='tns:URI' minOccurs='0'
+ maxOccurs='unbounded'/>
+ <xs:element name='Resource' type='xs:QName' minOccurs='0'/>
+ <xs:any namespace='##other' processContents='lax' minOccurs='0'
+ maxOccurs='unbounded'/>
</xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
</xs:element>
- <xs:element name="TransferResourceFactory">
+ <xs:element name='TransferResourceFactory'>
<xs:complexType>
<xs:sequence>
- <xs:element name="Dialect" type="tns:URI" minOccurs="0"
- maxOccurs="unbounded"/>
- <xs:any namespace="##other" processContents="lax" minOccurs="0"
- maxOccurs="unbounded"/>
+ <xs:element name='Dialect' type='tns:URI' minOccurs='0'
+ maxOccurs='unbounded'/>
+ <xs:any namespace='##other' processContents='lax' minOccurs='0'
+ maxOccurs='unbounded'/>
</xs:sequence>
- <xs:anyAttribute namespace="##other" processContents="lax" />
+ <xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
</xs:element>
Index: transfer.wsdl
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra/transfer.wsdl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- transfer.wsdl 23 Sep 2009 09:11:01 -0000 1.5
+++ transfer.wsdl 9 Dec 2009 00:36:37 -0000 1.6
@@ -1,91 +1,91 @@
<wsdl:definitions
- targetNamespace="http://www.w3.org/2009/09/ws-tra"
- xmlns:tns="http://www.w3.org/2009/09/ws-tra"
- xmlns:wsa="http://www.w3.org/2005/08/addressing"
- xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata"
- xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
- xmlns:xs="http://www.w3.org/2001/XMLSchema">
+ targetNamespace='http://www.w3.org/2009/09/ws-tra'
+ xmlns:tns='http://www.w3.org/2009/09/ws-tra'
+ xmlns:wsa='http://www.w3.org/2005/08/addressing'
+ xmlns:wsam='http://www.w3.org/2007/05/addressing/metadata'
+ xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/'
+ xmlns:xs='http://www.w3.org/2001/XMLSchema'>
<wsdl:types>
<xs:schema>
<xs:import
- namespace="http://www.w3.org/2009/09/ws-tra"
- schemaLocation="http://www.w3.org/2009/09/ws-tra/transfer.xsd"
+ namespace='http://www.w3.org/2009/09/ws-tra'
+ schemaLocation='http://www.w3.org/2009/09/ws-tra/transfer.xsd'
/>
</xs:schema>
</wsdl:types>
- <wsdl:message name="GetMessage">
- <wsdl:part name="Body" element="tns:Get"/>
+ <wsdl:message name='GetMessage'>
+ <wsdl:part name='Body' element='tns:Get'/>
</wsdl:message>
- <wsdl:message name="GetResponseMessage">
- <wsdl:part name="Body" element="tns:GetResponse"/>
+ <wsdl:message name='GetResponseMessage'>
+ <wsdl:part name='Body' element='tns:GetResponse'/>
</wsdl:message>
- <wsdl:message name="PutMessage">
- <wsdl:part name="Body" element="tns:Put"/>
+ <wsdl:message name='PutMessage'>
+ <wsdl:part name='Body' element='tns:Put'/>
</wsdl:message>
- <wsdl:message name="PutResponseMessage">
- <wsdl:part name="Body" element="tns:PutResponse"/>
+ <wsdl:message name='PutResponseMessage'>
+ <wsdl:part name='Body' element='tns:PutResponse'/>
</wsdl:message>
- <wsdl:message name="DeleteMessage">
- <wsdl:part name="Body" element="tns:Delete"/>
+ <wsdl:message name='DeleteMessage'>
+ <wsdl:part name='Body' element='tns:Delete'/>
</wsdl:message>
- <wsdl:message name="DeleteResponseMessage">
- <wsdl:part name="Body" element="tns:DeleteResponse"/>
+ <wsdl:message name='DeleteResponseMessage'>
+ <wsdl:part name='Body' element='tns:DeleteResponse'/>
</wsdl:message>
- <wsdl:message name="CreateMessage">
- <wsdl:part name="Body" element="tns:Create"/>
+ <wsdl:message name='CreateMessage'>
+ <wsdl:part name='Body' element='tns:Create'/>
</wsdl:message>
- <wsdl:message name="CreateResponseMessage">
- <wsdl:part name="Body" element="tns:CreateResponse"/>
+ <wsdl:message name='CreateResponseMessage'>
+ <wsdl:part name='Body' element='tns:CreateResponse'/>
</wsdl:message>
- <wsdl:portType name="Resource">
+ <wsdl:portType name='Resource'>
<wsdl:documentation>
This port type defines a resource that can be read,
written, and deleted.
</wsdl:documentation>
- <wsdl:operation name="Get">
+ <wsdl:operation name='Get'>
<wsdl:input
- message="tns:GetMessage"
- wsam:Action="http://www.w3.org/2009/09/ws-tra/Get"/>
+ message='tns:GetMessage'
+ wsam:Action='http://www.w3.org/2009/09/ws-tra/Get'/>
<wsdl:output
- message="tns:GetResponseMessage"
- wsam:Action="http://www.w3.org/2009/09/ws-tra/GetResponse" />
+ message='tns:GetResponseMessage'
+ wsam:Action='http://www.w3.org/2009/09/ws-tra/GetResponse' />
</wsdl:operation>
- <wsdl:operation name="Put">
+ <wsdl:operation name='Put'>
<wsdl:input
- message="tns:PutMessage"
- wsam:Action="http://www.w3.org/2009/09/ws-tra/Put" />
+ message='tns:PutMessage'
+ wsam:Action='http://www.w3.org/2009/09/ws-tra/Put' />
<wsdl:output
- message="tns:PutResponseMessage"
- wsam:Action="http://www.w3.org/2009/09/ws-tra/PutResponse" />
+ message='tns:PutResponseMessage'
+ wsam:Action='http://www.w3.org/2009/09/ws-tra/PutResponse' />
</wsdl:operation>
- <wsdl:operation name="Delete">
+ <wsdl:operation name='Delete'>
<wsdl:input
- message="tns:DeleteMessage"
- wsam:Action="http://www.w3.org/2009/09/ws-tra/Delete" />
+ message='tns:DeleteMessage'
+ wsam:Action='http://www.w3.org/2009/09/ws-tra/Delete' />
<wsdl:output
- message="tns:DeleteResponseMessage"
- wsam:Action="http://www.w3.org/2009/09/ws-tra/DeleteResponse" />
+ message='tns:DeleteResponseMessage'
+ wsam:Action='http://www.w3.org/2009/09/ws-tra/DeleteResponse' />
</wsdl:operation>
</wsdl:portType>
- <wsdl:portType name="ResourceFactory">
+ <wsdl:portType name='ResourceFactory'>
<wsdl:documentation>
This port type defines a Web service that can create new
resources.
</wsdl:documentation>
- <wsdl:operation name="Create">
+ <wsdl:operation name='Create'>
<wsdl:input
- message="tns:CreateMessage"
- wsam:Action="http://www.w3.org/2009/09/ws-tra/Create" />
+ message='tns:CreateMessage'
+ wsam:Action='http://www.w3.org/2009/09/ws-tra/Create' />
<wsdl:output
- message="tns:CreateResponseMessage"
- wsam:Action="http://www.w3.org/2009/09/ws-tra/CreateResponse" />
+ message='tns:CreateResponseMessage'
+ wsam:Action='http://www.w3.org/2009/09/ws-tra/CreateResponse' />
</wsdl:operation>
</wsdl:portType>
Received on Wednesday, 9 December 2009 00:36:42 UTC