- From: Katy Warr via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 13 May 2009 13:20:11 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies In directory hutz:/tmp/cvs-serv8403 Modified Files: wseventing.html wseventing.xml Log Message: Fix schema validation and issue 6472 - add RetryAfter to schema Index: wseventing.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- wseventing.xml 13 May 2009 08:40:18 -0000 1.39 +++ wseventing.xml 13 May 2009 13:20:09 -0000 1.40 @@ -2973,8 +2973,8 @@ <!-- Types and global elements --> <xs:complexType name="DeliveryType" mixed="true"> <xs:sequence> - <xs:element ref="wse:NotifyTo" minOccurs="0" maxOccurs="1" /> - <xs:any namespace="##any" processContents="lax" + <xs:element ref="tns:NotifyTo" minOccurs="0" maxOccurs="1" /> + <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" /> </xs:sequence> <xs:attribute name="Mode" type="xs:anyURI" use="optional" @@ -3170,7 +3170,17 @@ <xs:simpleType name="OpenSubscriptionEndCodeType"> <xs:union memberTypes="tns:SubscriptionEndCodeType xs:anyURI" /> </xs:simpleType> - + + <!-- RetryAfter Fault Detail Element --> + <xs:element name="RetryAfter" type="tns:RetryAfterType"/> + <xs:complexType name="RetryAfterType"> + <xs:simpleContent> + <xs:extension base="xs:nonNegativeInteger"> + <xs:anyAttribute namespace="##other" processContents="lax" /> + </xs:extension> + </xs:simpleContent> + </xs:complexType> + <xs:attribute name="EventSource" type="xs:boolean" /> </xs:schema> </eg> </example> Index: wseventing.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v retrieving revision 1.47 retrieving revision 1.48 diff -u -d -r1.47 -r1.48 --- wseventing.html 13 May 2009 08:40:17 -0000 1.47 +++ wseventing.html 13 May 2009 13:20:09 -0000 1.48 @@ -1660,8 +1660,8 @@ <!-- Types and global elements --> <xs:complexType name="DeliveryType" mixed="true"> <xs:sequence> - <xs:element ref="wse:NotifyTo" minOccurs="0" maxOccurs="1" /> - <xs:any namespace="##any" processContents="lax" + <xs:element ref="tns:NotifyTo" minOccurs="0" maxOccurs="1" /> + <xs:any namespace="##other" processContents="lax" minOccurs="0" maxOccurs="unbounded" /> </xs:sequence> <xs:attribute name="Mode" type="xs:anyURI" use="optional" @@ -1857,7 +1857,17 @@ <xs:simpleType name="OpenSubscriptionEndCodeType"> <xs:union memberTypes="tns:SubscriptionEndCodeType xs:anyURI" /> </xs:simpleType> - + + <!-- RetryAfter Fault Detail Element --> + <xs:element name="RetryAfter" type="tns:RetryAfterType"/> + <xs:complexType name="RetryAfterType"> + <xs:simpleContent> + <xs:extension base="xs:nonNegativeInteger"> + <xs:anyAttribute namespace="##other" processContents="lax" /> + </xs:extension> + </xs:simpleContent> + </xs:complexType> + <xs:attribute name="EventSource" type="xs:boolean" /> </xs:schema> </pre></div></div></div><div class="div1"> <h2><a name="WSDL" id="WSDL"/>C WSDL</h2><p>
Received on Wednesday, 13 May 2009 13:20:19 UTC