- From: Yves Lafon via cvs-syncmail <cvsmail@w3.org>
- Date: Fri, 19 Mar 2010 18:53:30 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv4886
Modified Files:
wseventing.xml
Log Message:
nsprefix alignment
Index: wseventing.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -d -r1.162 -r1.163
--- wseventing.xml 17 Mar 2010 03:22:16 -0000 1.162
+++ wseventing.xml 19 Mar 2010 18:53:28 -0000 1.163
@@ -3583,8 +3583,8 @@
<example>
<eg><xs:schema
- targetNamespace='http://www.w3.org/2009/09/ws-evt'
- xmlns:tns='http://www.w3.org/2009/09/ws-evt'
+ targetNamespace='http://www.w3.org/&wsevt.nsprefix;/ws-evt'
+ xmlns:tns='http://www.w3.org/&wsevt.nsprefix;/ws-evt'
xmlns:wsa='http://www.w3.org/2005/08/addressing'
xmlns:xs='http://www.w3.org/2001/XMLSchema'
elementFormDefault='qualified'
@@ -3613,7 +3613,7 @@
minOccurs='0' maxOccurs='unbounded' />
</xs:sequence>
<xs:attribute name='Name' type='xs:anyURI' use='optional'
- default='http://www.w3.org/2009/09/ws-evt/DeliveryFormats/Unwrap' />
+ default='http://www.w3.org/&wsevt.nsprefix;/ws-evt/DeliveryFormats/Unwrap' />
<xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
@@ -3652,7 +3652,7 @@
minOccurs='0' maxOccurs='unbounded' />
</xs:sequence>
<xs:attribute name='Dialect' type='xs:anyURI' use='optional'
- default='http://www.w3.org/2009/09/ws-evt/Dialects/XPath10' />
+ default='http://www.w3.org/&wsevt.nsprefix;/ws-evt/Dialects/XPath10' />
<xs:anyAttribute namespace='##other' processContents='lax' />
</xs:complexType>
@@ -3814,11 +3814,11 @@
<xs:simpleType name='SubscriptionEndCodeType'>
<xs:restriction base='xs:anyURI'>
<xs:enumeration value=
- 'http://www.w3.org/2009/09/ws-evt/DeliveryFailure' />
+ 'http://www.w3.org/&wsevt.nsprefix;/ws-evt/DeliveryFailure' />
<xs:enumeration value=
- 'http://www.w3.org/2009/09/ws-evt/SourceShuttingDown' />
+ 'http://www.w3.org/&wsevt.nsprefix;/ws-evt/SourceShuttingDown' />
<xs:enumeration value=
- 'http://www.w3.org/2009/09/ws-evt/SourceCancelling' />
+ 'http://www.w3.org/&wsevt.nsprefix;/ws-evt/SourceCancelling' />
</xs:restriction>
</xs:simpleType>
Received on Friday, 19 March 2010 18:53:32 UTC