- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 09 Dec 2009 00:36:38 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evt In directory hutz:/tmp/cvs-serv11326/ws-evt Modified Files: EventDescriptions.xsd eventing.wsdl eventing.xsd Log Message: just some cleanup s/"/'/g for consistency Index: eventing.wsdl =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evt/eventing.wsdl,v retrieving revision 1.9 retrieving revision 1.10 diff -u -d -r1.9 -r1.10 --- eventing.wsdl 23 Sep 2009 10:12:34 -0000 1.9 +++ eventing.wsdl 9 Dec 2009 00:36:36 -0000 1.10 @@ -1,106 +1,106 @@ <wsdl:definitions - targetNamespace="http://www.w3.org/2009/09/ws-evt" - xmlns:wsa="http://www.w3.org/2005/08/addressing" - xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" - xmlns:wse="http://www.w3.org/2009/09/ws-evt" - xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" - xmlns:xs="http://www.w3.org/2001/XMLSchema" > + targetNamespace='http://www.w3.org/2009/09/ws-evt' + xmlns:wsa='http://www.w3.org/2005/08/addressing' + xmlns:wsam='http://www.w3.org/2007/05/addressing/metadata' + xmlns:wse='http://www.w3.org/2009/09/ws-evt' + 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-evt" + namespace='http://www.w3.org/2009/09/ws-evt' schemaLocation= - "http://www.w3.org/2009/09/ws-evt/eventing.xsd" /> + 'http://www.w3.org/2009/09/ws-evt/eventing.xsd' /> </xs:schema> </wsdl:types> - <wsdl:message name="SubscribeMsg" > - <wsdl:part name="body" element="wse:Subscribe" /> + <wsdl:message name='SubscribeMsg' > + <wsdl:part name='body' element='wse:Subscribe' /> </wsdl:message> - <wsdl:message name="SubscribeResponseMsg" > - <wsdl:part name="body" element="wse:SubscribeResponse" /> + <wsdl:message name='SubscribeResponseMsg' > + <wsdl:part name='body' element='wse:SubscribeResponse' /> </wsdl:message> - <wsdl:message name="RenewMsg" > - <wsdl:part name="body" element="wse:Renew" /> + <wsdl:message name='RenewMsg' > + <wsdl:part name='body' element='wse:Renew' /> </wsdl:message> - <wsdl:message name="RenewResponseMsg" > - <wsdl:part name="body" element="wse:RenewResponse" /> + <wsdl:message name='RenewResponseMsg' > + <wsdl:part name='body' element='wse:RenewResponse' /> </wsdl:message> - <wsdl:message name="GetStatusMsg" > - <wsdl:part name="body" element="wse:GetStatus" /> + <wsdl:message name='GetStatusMsg' > + <wsdl:part name='body' element='wse:GetStatus' /> </wsdl:message> - <wsdl:message name="GetStatusResponseMsg" > - <wsdl:part name="body" element="wse:GetStatusResponse" /> + <wsdl:message name='GetStatusResponseMsg' > + <wsdl:part name='body' element='wse:GetStatusResponse' /> </wsdl:message> - <wsdl:message name="UnsubscribeMsg" > - <wsdl:part name="body" element="wse:Unsubscribe" /> + <wsdl:message name='UnsubscribeMsg' > + <wsdl:part name='body' element='wse:Unsubscribe' /> </wsdl:message> - <wsdl:message name="UnsubscribeResponseMsg" > - <wsdl:part name="body" element="wse:UnsubscribeResponse" /> + <wsdl:message name='UnsubscribeResponseMsg' > + <wsdl:part name='body' element='wse:UnsubscribeResponse' /> </wsdl:message> - <wsdl:message name="SubscriptionEnd" > - <wsdl:part name="body" element="wse:SubscriptionEnd" /> + <wsdl:message name='SubscriptionEnd' > + <wsdl:part name='body' element='wse:SubscriptionEnd' /> </wsdl:message> - <message name="notifyEvent"> - <part name="parameter" element="tns:Notify"> + <message name='notifyEvent'> + <part name='parameter' element='tns:Notify'> </message> - <wsdl:portType name="EventSource" > - <wsdl:operation name="SubscribeOp" > + <wsdl:portType name='EventSource' > + <wsdl:operation name='SubscribeOp' > <wsdl:input - message="wse:SubscribeMsg" - wsam:Action="http://www.w3.org/2009/09/ws-evt/Subscribe"/> + message='wse:SubscribeMsg' + wsam:Action='http://www.w3.org/2009/09/ws-evt/Subscribe'/> <wsdl:output - message="wse:SubscribeResponseMsg" - wsam:Action="http://www.w3.org/2009/09/ws-evt/SubscribeResponse"/> + message='wse:SubscribeResponseMsg' + wsam:Action='http://www.w3.org/2009/09/ws-evt/SubscribeResponse'/> </wsdl:operation> </wsdl:portType> - <wsdl:portType name="SubscriptionEndPortType" > - <wsdl:operation name="SubscriptionEnd" > + <wsdl:portType name='SubscriptionEndPortType' > + <wsdl:operation name='SubscriptionEnd' > <wsdl:input - message="wse:SubscriptionEnd" - wsam:Action="http://www.w3.org/2009/09/ws-evt/SubscriptionEnd"/> + message='wse:SubscriptionEnd' + wsam:Action='http://www.w3.org/2009/09/ws-evt/SubscriptionEnd'/> </wsdl:operation> </wsdl:portType> - <wsdl:portType name="SubscriptionManager" > - <wsdl:operation name="RenewOp" > + <wsdl:portType name='SubscriptionManager' > + <wsdl:operation name='RenewOp' > <wsdl:input - message="wse:RenewMsg" - wsam:Action="http://www.w3.org/2009/09/ws-evt/Renew"/> + message='wse:RenewMsg' + wsam:Action='http://www.w3.org/2009/09/ws-evt/Renew'/> <wsdl:output - message="wse:RenewResponseMsg" - wsam:Action="http://www.w3.org/2009/09/ws-evt/RenewResponse"/> + message='wse:RenewResponseMsg' + wsam:Action='http://www.w3.org/2009/09/ws-evt/RenewResponse'/> </wsdl:operation> - <wsdl:operation name="GetStatusOp" > + <wsdl:operation name='GetStatusOp' > <wsdl:input - message="wse:GetStatusMsg" - wsam:Action="http://www.w3.org/2009/09/ws-evt/GetStatus"/> + message='wse:GetStatusMsg' + wsam:Action='http://www.w3.org/2009/09/ws-evt/GetStatus'/> <wsdl:output - message="wse:GetStatusResponseMsg" - wsam:Action="http://www.w3.org/2009/09/ws-evt/GetStatusResponse"/> + message='wse:GetStatusResponseMsg' + wsam:Action='http://www.w3.org/2009/09/ws-evt/GetStatusResponse'/> </wsdl:operation> - <wsdl:operation name="UnsubscribeOp" > + <wsdl:operation name='UnsubscribeOp' > <wsdl:input - message="wse:UnsubscribeMsg" - wsam:Action="http://www.w3.org/2009/09/ws-evt/Unsubscribe"/> + message='wse:UnsubscribeMsg' + wsam:Action='http://www.w3.org/2009/09/ws-evt/Unsubscribe'/> <wsdl:output - message="wse:UnsubscribeResponseMsg" - wsam:Action="http://www.w3.org/2009/09/ws-evt/UnsubscribeResponse"/> + message='wse:UnsubscribeResponseMsg' + wsam:Action='http://www.w3.org/2009/09/ws-evt/UnsubscribeResponse'/> </wsdl:operation> </wsdl:portType> - <portType name="WrappedSinkPortType"> - <operation name="NotifyEvent"> - <input message="tns:notifyEvent" name="NotifyEvent" - wsam:Action="http://www.w3.org/2009/09/ws-evt/WrappedSinkPortType/NotifyEvent"/> + <portType name='WrappedSinkPortType'> + <operation name='NotifyEvent'> + <input message='tns:notifyEvent' name='NotifyEvent' + wsam:Action='http://www.w3.org/2009/09/ws-evt/WrappedSinkPortType/NotifyEvent'/> </operation> </portType> </wsdl:definitions> Index: EventDescriptions.xsd =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evt/EventDescriptions.xsd,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- EventDescriptions.xsd 1 Oct 2009 14:01:02 -0000 1.3 +++ EventDescriptions.xsd 9 Dec 2009 00:36:36 -0000 1.4 @@ -1,35 +1,35 @@ -<xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" - targetNamespace="http://www.w3.org/2009/09/ws-evt" - elementFormDefault="qualified" attributeFormDefault="unqualified"> - <xs:element name="EventDescriptions"> +<xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema' + targetNamespace='http://www.w3.org/2009/09/ws-evt' + elementFormDefault='qualified' attributeFormDefault='unqualified'> + <xs:element name='EventDescriptions'> <xs:complexType> <xs:sequence> - <xs:element name="types"> + <xs:element name='types'> <xs:annotation> <xs:documentation>Data type definitions that are relevant to described notifications.</xs:documentation> </xs:annotation> <xs:complexType> <xs:sequence> - <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/> + <xs:any namespace='##other' 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="eventType" maxOccurs="unbounded"> + <xs:element name='eventType' maxOccurs='unbounded'> <xs:complexType> <xs:sequence> - <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/> + <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/> </xs:sequence> - <xs:attribute name="name" type="xs:NCName" use="required"/> - <xs:attribute name="element" type="xs:QName" use="required"/> - <xs:attribute name="actionURI" type="xs:anyURI" use="optional"/> - <xs:anyAttribute namespace="##other" processContents="lax"/> + <xs:attribute name='name' type='xs:NCName' use='required'/> + <xs:attribute name='element' type='xs:QName' use='required'/> + <xs:attribute name='actionURI' type='xs:anyURI' use='optional'/> + <xs:anyAttribute namespace='##other' processContents='lax'/> </xs:complexType> </xs:element> - <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/> + <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/> </xs:sequence> - <xs:attribute name="targetNamespace" type="xs:anyURI" use="required"/> - <xs:anyAttribute namespace="##other" processContents="lax"/> + <xs:attribute name='targetNamespace' type='xs:anyURI' use='required'/> + <xs:anyAttribute namespace='##other' processContents='lax'/> </xs:complexType> </xs:element> </xs:schema> Index: eventing.xsd =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/ws-evt/eventing.xsd,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- eventing.xsd 7 Nov 2009 16:33:02 -0000 1.19 +++ eventing.xsd 9 Dec 2009 00:36:36 -0000 1.20 @@ -1,303 +1,303 @@ <xs:schema - targetNamespace="http://www.w3.org/2009/09/ws-evt" - xmlns:tns="http://www.w3.org/2009/09/ws-evt" - xmlns:wsa="http://www.w3.org/2005/08/addressing" - xmlns:xs="http://www.w3.org/2001/XMLSchema" - elementFormDefault="qualified" - blockDefault="#all"> + targetNamespace='http://www.w3.org/2009/09/ws-evt' + xmlns:tns='http://www.w3.org/2009/09/ws-evt' + xmlns:wsa='http://www.w3.org/2005/08/addressing' + xmlns:xs='http://www.w3.org/2001/XMLSchema' + elementFormDefault='qualified' + blockDefault='#all'> <xs:import - namespace="http://www.w3.org/XML/1998/namespace" - schemaLocation="http://www.w3.org/2001/xml.xsd" /> + namespace='http://www.w3.org/XML/1998/namespace' + schemaLocation='http://www.w3.org/2001/xml.xsd' /> <xs:import - namespace="http://www.w3.org/2005/08/addressing" - schemaLocation="http://www.w3.org/2005/08/addressing/ws-addr.xsd" /> + namespace='http://www.w3.org/2005/08/addressing' + schemaLocation='http://www.w3.org/2005/08/addressing/ws-addr.xsd' /> <!-- Types and global elements --> - <xs:complexType name="DeliveryType" mixed="true"> + <xs:complexType name='DeliveryType' mixed='true'> <xs:sequence> - <xs:element ref="tns:NotifyTo" minOccurs="0" maxOccurs="1" /> - <xs:any namespace="##other" processContents="lax" - minOccurs="0" maxOccurs="unbounded" /> + <xs:element ref='tns:NotifyTo' minOccurs='0' maxOccurs='1' /> + <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:complexType name="FormatType" mixed="true"> + <xs:complexType name='FormatType' mixed='true'> <xs:sequence> - <xs:any namespace="##any" processContents="lax" - minOccurs="0" maxOccurs="unbounded" /> + <xs:any namespace='##any' processContents='lax' + minOccurs='0' maxOccurs='unbounded' /> </xs:sequence> - <xs:attribute name="Name" type="xs:anyURI" use="optional" - default="http://http://www.w3.org/2009/09/ws-evt/DeliveryFormats/Unwrap" /> - <xs:anyAttribute namespace="##other" processContents="lax" /> + <xs:attribute name='Name' type='xs:anyURI' use='optional' + default='http://http://www.w3.org/2009/09/ws-evt/DeliveryFormats/Unwrap' /> + <xs:anyAttribute namespace='##other' processContents='lax' /> </xs:complexType> - <xs:simpleType name="NonNegativeDurationType"> - <xs:restriction base="xs:duration"> - <xs:minInclusive value="P0Y0M0DT0H0M0S" /> + <xs:simpleType name='NonNegativeDurationType'> + <xs:restriction base='xs:duration'> + <xs:minInclusive value='P0Y0M0DT0H0M0S' /> </xs:restriction> </xs:simpleType> - <xs:simpleType name="DurationDateTime"> - <xs:union memberTypes="xs:dateTime tns:NonNegativeDurationType" /> + <xs:simpleType name='DurationDateTime'> + <xs:union memberTypes='xs:dateTime tns:NonNegativeDurationType' /> </xs:simpleType> - <xs:complexType name="MiniExpirationType"> + <xs:complexType name='MiniExpirationType'> <xs:simpleContent> - <xs:extension base="tns:DurationDateTime"> - <xs:anyAttribute namespace="##other" processContents="lax"/> + <xs:extension base='tns:DurationDateTime'> + <xs:anyAttribute namespace='##other' processContents='lax'/> </xs:extension> </xs:simpleContent> </xs:complexType> - <xs:complexType name="ExpirationType"> + <xs:complexType name='ExpirationType'> <xs:simpleContent> - <xs:extension base="tns:MiniExpirationType"> - <xs:attribute name="min" type="tns:DurationDateTime" use="optional"/> - <xs:attribute name="max" type="tns:DurationDateTime" use="optional"/> - <xs:anyAttribute namespace="##other" processContents="lax"/> + <xs:extension base='tns:MiniExpirationType'> + <xs:attribute name='min' type='tns:DurationDateTime' use='optional'/> + <xs:attribute name='max' type='tns:DurationDateTime' use='optional'/> + <xs:anyAttribute namespace='##other' processContents='lax'/> </xs:extension> </xs:simpleContent> </xs:complexType> - <xs:complexType name="FilterType" mixed="true"> + <xs:complexType name='FilterType' mixed='true'> <xs:sequence> - <xs:any namespace="##other" processContents="lax" - minOccurs="0" maxOccurs="unbounded" /> + <xs:any namespace='##other' processContents='lax' + 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" /> - <xs:anyAttribute namespace="##other" processContents="lax" /> + <xs:attribute name='Dialect' type='xs:anyURI' use='optional' + default='http://www.w3.org/2009/09/ws-evt/Dialects/XPath10' /> + <xs:anyAttribute namespace='##other' processContents='lax' /> </xs:complexType> - <xs:complexType name="LanguageSpecificStringType"> + <xs:complexType name='LanguageSpecificStringType'> <xs:simpleContent> - <xs:extension base="xs:string"> - <xs:attribute ref="xml:lang" /> - <xs:anyAttribute namespace="##other" processContents="lax" /> + <xs:extension base='xs:string'> + <xs:attribute ref='xml:lang' /> + <xs:anyAttribute namespace='##other' processContents='lax' /> </xs:extension> </xs:simpleContent> </xs:complexType> - <xs:element name="NotifyTo" type="wsa:EndpointReferenceType" /> + <xs:element name='NotifyTo' type='wsa:EndpointReferenceType' /> <!-- Subscribe request --> - <xs:element name="Subscribe"> + <xs:element name='Subscribe'> <xs:complexType> <xs:sequence> - <xs:element name="EndTo" type="wsa:EndpointReferenceType" - minOccurs="0" /> - <xs:element name="Delivery" type="tns:DeliveryType" /> - <xs:element name="Format" type="tns:FormatType" - minOccurs="0" /> - <xs:element name="Expires" type="tns:ExpirationType" - minOccurs="0" /> - <xs:element name="Filter" type="tns:FilterType" - minOccurs="0" /> - <xs:any namespace="##other" processContents="lax" - minOccurs="0" maxOccurs="unbounded" /> + <xs:element name='EndTo' type='wsa:EndpointReferenceType' + minOccurs='0' /> + <xs:element name='Delivery' type='tns:DeliveryType' /> + <xs:element name='Format' type='tns:FormatType' + minOccurs='0' /> + <xs:element name='Expires' type='tns:ExpirationType' + minOccurs='0' /> + <xs:element name='Filter' type='tns:FilterType' + 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> <!-- Subscribe response --> - <xs:element name="SubscribeResponse"> + <xs:element name='SubscribeResponse'> <xs:complexType> <xs:sequence> - <xs:element name="SubscriptionManager" - type="wsa:EndpointReferenceType" /> - <xs:element name="GrantedExpires" type="tns:MiniExpirationType" /> - <xs:any namespace="##other" processContents="lax" - minOccurs="0" maxOccurs="unbounded" /> + <xs:element name='SubscriptionManager' + type='wsa:EndpointReferenceType' /> + <xs:element name='GrantedExpires' type='tns:MiniExpirationType' /> + <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> <!-- Used in a fault if there's an unsupported dialect --> - <xs:element name="SupportedDialect" type="xs:anyURI" /> + <xs:element name='SupportedDialect' type='xs:anyURI' /> <!-- Used in a fault if there's an unsupported format name --> - <xs:element name="SupportedDeliveryFormat" type="xs:anyURI" /> + <xs:element name='SupportedDeliveryFormat' type='xs:anyURI' /> <!-- Renew request --> - <xs:element name="Renew"> + <xs:element name='Renew'> <xs:complexType> <xs:sequence> - <xs:element name="Expires" type="tns:ExpirationType" - minOccurs="0" /> - <xs:any namespace="##other" processContents="lax" - minOccurs="0" maxOccurs="unbounded" /> + <xs:element name='Expires' type='tns:ExpirationType' + 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> <!-- Renew response --> - <xs:element name="RenewResponse"> + <xs:element name='RenewResponse'> <xs:complexType> <xs:sequence> - <xs:element name="GrantedExpires" type="tns:MiniExpirationType" - minOccurs="0" /> - <xs:any namespace="##other" processContents="lax" - minOccurs="0" maxOccurs="unbounded" /> + <xs:element name='GrantedExpires' type='tns:MiniExpirationType' + 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> <!-- GetStatus request --> - <xs:element name="GetStatus"> + <xs:element name='GetStatus'> <xs:complexType> <xs:sequence> - <xs:any namespace="##other" processContents="lax" - 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> <!-- GetStatus response --> - <xs:element name="GetStatusResponse"> + <xs:element name='GetStatusResponse'> <xs:complexType> <xs:sequence> - <xs:element name="GrantedExpires" type="tns:MiniExpirationType" - minOccurs="0" /> - <xs:any namespace="##other" processContents="lax" - minOccurs="0" maxOccurs="unbounded" /> + <xs:element name='GrantedExpires' type='tns:MiniExpirationType' + 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> <!-- Unsubscribe request --> - <xs:element name="Unsubscribe"> + <xs:element name='Unsubscribe'> <xs:complexType> <xs:sequence> - <xs:any namespace="##other" processContents="lax" - 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> <!-- Unsubscribe response --> - <xs:element name="UnsubscribeResponse"> + <xs:element name='UnsubscribeResponse'> <xs:complexType> <xs:sequence> - <xs:any namespace="##other" processContents="lax" - 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> <!-- SubscriptionEnd message --> - <xs:element name="SubscriptionEnd"> + <xs:element name='SubscriptionEnd'> <xs:complexType> <xs:sequence> - <xs:element name="Status" - type="tns:OpenSubscriptionEndCodeType" /> - <xs:element name="Reason" - type="tns:LanguageSpecificStringType" - minOccurs="0" maxOccurs="unbounded" /> - <xs:any namespace="##other" processContents="lax" - minOccurs="0" maxOccurs="unbounded" /> + <xs:element name='Status' + type='tns:OpenSubscriptionEndCodeType' /> + <xs:element name='Reason' + type='tns:LanguageSpecificStringType' + 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> - <xs:simpleType name="SubscriptionEndCodeType"> - <xs:restriction base="xs:anyURI"> + <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/2009/09/ws-evt/DeliveryFailure' /> <xs:enumeration value= - "http://www.w3.org/2009/09/ws-evt/SourceShuttingDown" /> + 'http://www.w3.org/2009/09/ws-evt/SourceShuttingDown' /> <xs:enumeration value= - "http://www.w3.org/2009/09/ws-evt/SourceCancelling" /> + 'http://www.w3.org/2009/09/ws-evt/SourceCancelling' /> </xs:restriction> </xs:simpleType> - <xs:simpleType name="OpenSubscriptionEndCodeType"> - <xs:union memberTypes="tns:SubscriptionEndCodeType xs:anyURI" /> + <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: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 base='xs:nonNegativeInteger'> + <xs:anyAttribute namespace='##other' processContents='lax' /> </xs:extension> </xs:simpleContent> </xs:complexType> <!-- Wrapped Events --> - <xs:complexType name="EventType" mixed="true"> + <xs:complexType name='EventType' mixed='true'> <xs:sequence> - <xs:any namespace="##any" processContents="lax" minOccurs="0" - maxOccurs="unbounded"/> + <xs:any namespace='##any' processContents='lax' minOccurs='0' + maxOccurs='unbounded'/> </xs:sequence> - <xs:attribute name="actionURI" type="xs:anyURI" use="optional" /> - <xs:anyAttribute namespace="##other" processContents="lax" /> + <xs:attribute name='actionURI' type='xs:anyURI' use='optional' /> + <xs:anyAttribute namespace='##other' processContents='lax' /> </xs:complexType> - <xs:element name="Notify" type="tns:EventType" /> + <xs:element name='Notify' type='tns:EventType' /> <!-- Policy --> - <xs:complexType name="Duration"> + <xs:complexType name='Duration'> <xs:simpleContent> - <xs:extension base="tns:NonNegativeDurationType"> - <xs:anyAttribute namespace="##other" processContents="lax"/> + <xs:extension base='tns:NonNegativeDurationType'> + <xs:anyAttribute namespace='##other' processContents='lax'/> </xs:extension> </xs:simpleContent> </xs:complexType> - <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="EventSource"> + <xs:element name='EventSource'> <xs:complexType> <xs:sequence> - <xs:element name="DateTimeSupported" type="tns:Empty" minOccurs="0"/> - <xs:element name="FilterDialect" type="tns:URI" minOccurs="0" - maxOccurs="unbounded"/> - <xs:element name="MaxExpires" type="tns:Duration" minOccurs="0"/> - <xs:element name="FormatName" type="tns:URI" minOccurs="0" - maxOccurs="unbounded"/> - <xs:any namespace="##other" processContents="lax" minOccurs="0" - maxOccurs="unbounded"/> + <xs:element name='DateTimeSupported' type='tns:Empty' minOccurs='0'/> + <xs:element name='FilterDialect' type='tns:URI' minOccurs='0' + maxOccurs='unbounded'/> + <xs:element name='MaxExpires' type='tns:Duration' minOccurs='0'/> + <xs:element name='FormatName' 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> - <xs:element name="SubscriptionManager"> + <xs:element name='SubscriptionManager'> <xs:complexType> <xs:sequence> - <xs:element name="DateTimeSupported" type="tns:Empty" minOccurs="0"/> - <xs:element name="GetStatusOperationSupported" type="tns:Empty" - minOccurs="0"/> - <xs:element name="UnsubscribeOperationSupported" type="tns:Empty" - minOccurs="0"/> - <xs:element name="MaxExpires" type="tns:Duration" minOccurs="0"/> - <xs:any namespace="##other" processContents="lax" minOccurs="0" - maxOccurs="unbounded"/> + <xs:element name='DateTimeSupported' type='tns:Empty' minOccurs='0'/> + <xs:element name='GetStatusOperationSupported' type='tns:Empty' + minOccurs='0'/> + <xs:element name='UnsubscribeOperationSupported' type='tns:Empty' + minOccurs='0'/> + <xs:element name='MaxExpires' type='tns:Duration' 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>
Received on Wednesday, 9 December 2009 00:36:41 UTC