- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Sat, 07 Nov 2009 16:33:05 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra In directory hutz:/tmp/cvs-serv681/ws-tra Modified Files: transfer.xsd Removed Files: TransferPolicy.xsd Log Message: 8124 8179 Index: transfer.xsd =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-tra/transfer.xsd,v retrieving revision 1.7 retrieving revision 1.8 diff -u -d -r1.7 -r1.8 --- transfer.xsd 23 Sep 2009 09:11:01 -0000 1.7 +++ transfer.xsd 7 Nov 2009 16:33:03 -0000 1.8 @@ -86,5 +86,49 @@ <xs:anyAttribute namespace="##other" processContents="lax" /> </xs:complexType> </xs:element> + + <!-- Policy --> + <xs:complexType name="URI"> + <xs:simpleContent> + <xs:extension base="xs:anyURI"> + <xs:anyAttribute namespace="##other" processContents="lax"/> + </xs:extension> + </xs:simpleContent> + </xs:complexType> + + <xs:complexType name="Empty"> + <xs:sequence/> + <xs:anyAttribute namespace="##other" processContents="lax"/> + </xs:complexType> + + <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:sequence> + <xs:anyAttribute namespace="##other" processContents="lax" /> + </xs:complexType> + </xs:element> + + <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:sequence> + <xs:anyAttribute namespace="##other" processContents="lax" /> + </xs:complexType> + </xs:element> </xs:schema> --- TransferPolicy.xsd DELETED ---
Received on Saturday, 7 November 2009 16:33:21 UTC