- 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 In directory hutz:/tmp/cvs-serv11326 Modified Files: wsenum.xml wseventing.xml wsfrag.xml wst.xml Log Message: just some cleanup s/"/'/g for consistency Index: wst.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.xml,v retrieving revision 1.87 retrieving revision 1.88 diff -u -d -r1.87 -r1.88 --- wst.xml 1 Dec 2009 23:55:29 -0000 1.87 +++ wst.xml 9 Dec 2009 00:36:36 -0000 1.88 @@ -2032,135 +2032,135 @@ </p> <example> <eg><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: wseventing.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v retrieving revision 1.134 retrieving revision 1.135 diff -u -d -r1.134 -r1.135 --- wseventing.xml 8 Dec 2009 23:58:57 -0000 1.134 +++ wseventing.xml 9 Dec 2009 00:36:36 -0000 1.135 @@ -3562,305 +3562,305 @@ <example> <eg><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> </xs:schema></eg> @@ -3886,108 +3886,108 @@ <example> <eg><wsdl:definitions - targetNamespace="http://www.w3.org/&wsevt.nsprefix;/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/&wsevt.nsprefix;/ws-evt" - xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" - xmlns:xs="http://www.w3.org/2001/XMLSchema" > + targetNamespace='http://www.w3.org/&wsevt.nsprefix;/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/&wsevt.nsprefix;/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/&wsevt.nsprefix;/ws-evt" + namespace='http://www.w3.org/&wsevt.nsprefix;/ws-evt' schemaLocation= - "http://www.w3.org/&wsevt.nsprefix;/ws-evt/eventing.xsd" /> + 'http://www.w3.org/&wsevt.nsprefix;/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/&wsevt.nsprefix;/ws-evt/Subscribe"/> + message='wse:SubscribeMsg' + wsam:Action='http://www.w3.org/&wsevt.nsprefix;/ws-evt/Subscribe'/> <wsdl:output - message="wse:SubscribeResponseMsg" - wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/SubscribeResponse"/> + message='wse:SubscribeResponseMsg' + wsam:Action='http://www.w3.org/&wsevt.nsprefix;/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/&wsevt.nsprefix;/ws-evt/SubscriptionEnd"/> + message='wse:SubscriptionEnd' + wsam:Action='http://www.w3.org/&wsevt.nsprefix;/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/&wsevt.nsprefix;/ws-evt/Renew"/> + message='wse:RenewMsg' + wsam:Action='http://www.w3.org/&wsevt.nsprefix;/ws-evt/Renew'/> <wsdl:output - message="wse:RenewResponseMsg" - wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/RenewResponse"/> + message='wse:RenewResponseMsg' + wsam:Action='http://www.w3.org/&wsevt.nsprefix;/ws-evt/RenewResponse'/> </wsdl:operation> - <wsdl:operation name="GetStatusOp" > + <wsdl:operation name='GetStatusOp' > <wsdl:input - message="wse:GetStatusMsg" - wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/GetStatus"/> + message='wse:GetStatusMsg' + wsam:Action='http://www.w3.org/&wsevt.nsprefix;/ws-evt/GetStatus'/> <wsdl:output - message="wse:GetStatusResponseMsg" - wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/GetStatusResponse"/> + message='wse:GetStatusResponseMsg' + wsam:Action='http://www.w3.org/&wsevt.nsprefix;/ws-evt/GetStatusResponse'/> </wsdl:operation> - <wsdl:operation name="UnsubscribeOp" > + <wsdl:operation name='UnsubscribeOp' > <wsdl:input - message="wse:UnsubscribeMsg" - wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/Unsubscribe"/> + message='wse:UnsubscribeMsg' + wsam:Action='http://www.w3.org/&wsevt.nsprefix;/ws-evt/Unsubscribe'/> <wsdl:output - message="wse:UnsubscribeResponseMsg" - wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/UnsubscribeResponse"/> + message='wse:UnsubscribeResponseMsg' + wsam:Action='http://www.w3.org/&wsevt.nsprefix;/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/&wsevt.nsprefix;/ws-evt/WrappedSinkPortType/NotifyEvent"/> + <portType name='WrappedSinkPortType'> + <operation name='NotifyEvent'> + <input message='tns:notifyEvent' name='NotifyEvent' + wsam:Action='http://www.w3.org/&wsevt.nsprefix;/ws-evt/WrappedSinkPortType/NotifyEvent'/> </operation> </portType> </wsdl:definitions></eg> @@ -4007,38 +4007,38 @@ <example> <eg><definitions - xmlns="http://schemas.xmlsoap.org/wsdl/" - xmlns:xs="http://www.w3.org/2001/XMLSchema" - xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata" - xmlns:wsa="http://www.w3.org/2005/08/addressing/" - xmlns:tns="http://www.w3.org/&wsevt.nsprefix;/ws-evt" - targetNamespace="http://www.w3.org/&wsevt.nsprefix;/ws-evt"> + xmlns='http://schemas.xmlsoap.org/wsdl/' + xmlns:xs='http://www.w3.org/2001/XMLSchema' + xmlns:wsam='http://www.w3.org/2007/05/addressing/metadata' + xmlns:wsa='http://www.w3.org/2005/08/addressing/' + xmlns:tns='http://www.w3.org/&wsevt.nsprefix;/ws-evt' + targetNamespace='http://www.w3.org/&wsevt.nsprefix;/ws-evt'> <types> <xs:schema - targetNamespace="http://www.w3.org/&wsevt.nsprefix;/ws-evt"> + targetNamespace='http://www.w3.org/&wsevt.nsprefix;/ws-evt'> - <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' /> </xs:schema> </types> - <message name="notifyEvent"> - <part name="parameter" element="tns:Notify"/> + <message name='notifyEvent'> + <part name='parameter' element='tns:Notify'/> </message> - <portType name="WrappedSinkPortType"> - <operation name="NotifyEvent"> - <input message="tns:notifyEvent" name="NotifyEvent" - wsam:Action="http://www.w3.org/&wsevt.nsprefix;/ws-evt/WrappedSinkPortType/NotifyEvent"/> + <portType name='WrappedSinkPortType'> + <operation name='NotifyEvent'> + <input message='tns:notifyEvent' name='NotifyEvent' + wsam:Action='http://www.w3.org/&wsevt.nsprefix;/ws-evt/WrappedSinkPortType/NotifyEvent'/> </operation> </portType> </definitions></eg> @@ -4065,38 +4065,38 @@ </p> <example> - <eg><xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema" - targetNamespace="http://www.w3.org/&wsevt.nsprefix;/ws-evt" - elementFormDefault="qualified" attributeFormDefault="unqualified"> - <xs:element name="EventDescriptions"> + <eg><xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema' + targetNamespace='http://www.w3.org/&wsevt.nsprefix;/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></eg> Index: wsfrag.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsfrag.xml,v retrieving revision 1.39 retrieving revision 1.40 diff -u -d -r1.39 -r1.40 --- wsfrag.xml 9 Dec 2009 00:04:09 -0000 1.39 +++ wsfrag.xml 9 Dec 2009 00:36:36 -0000 1.40 @@ -1912,58 +1912,58 @@ <example> <eg><xs:schema - targetNamespace="http://www.w3.org/2009/09/ws-fra" - xmlns:tns="http://www.w3.org/2009/09/ws-fra" - xmlns:xs="http://www.w3.org/2001/XMLSchema" - elementFormDefault="qualified" - blockDefault="#all" > + targetNamespace='http://www.w3.org/2009/09/ws-fra' + xmlns:tns='http://www.w3.org/2009/09/ws-fra' + xmlns:xs='http://www.w3.org/2001/XMLSchema' + elementFormDefault='qualified' + blockDefault='#all' > - <xs:complexType name="ExpressionType"> + <xs:complexType name='ExpressionType'> <xs:sequence> - <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/> + <xs:any namespace='##other' minOccurs='0' maxOccurs='unbounded'/> </xs:sequence> - <xs:attribute name="Language" type="xs:anyURI" use="required"/> - <xs:anyAttribute namespace="##other" processContents="lax"/> + <xs:attribute name='Language' type='xs:anyURI' use='required'/> + <xs:anyAttribute namespace='##other' processContents='lax'/> </xs:complexType> - <xs:element name="Expression" type="tns:ExpressionType"/> + <xs:element name='Expression' type='tns:ExpressionType'/> - <xs:complexType name="ValueType"> + <xs:complexType name='ValueType'> <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 name="Value" type="tns:ValueType"/> + <xs:element name='Value' type='tns:ValueType'/> - <xs:element name="Fragment"> + <xs:element name='Fragment'> <xs:complexType> <xs:sequence> - <xs:element name="Expression" type="tns:ExpressionType"/> - <xs:element name="Value" type="tns:ValueType" minOccurs="0"/> - <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/> + <xs:element name='Expression' type='tns:ExpressionType'/> + <xs:element name='Value' type='tns:ValueType' minOccurs='0'/> + <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> <!-- 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:element name="FragmentAssertion"> + <xs:element name='FragmentAssertion'> <xs:complexType> <xs:sequence> - <xs:element name="Language" type="tns:URI" minOccurs="0" - maxOccurs="unbounded"/> - <xs:any namespace="##other" processContents="lax" minOccurs="0" - maxOccurs="unbounded"/> + <xs:element name='Language' 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: wsenum.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wsenum.xml,v retrieving revision 1.92 retrieving revision 1.93 diff -u -d -r1.92 -r1.93 --- wsenum.xml 9 Dec 2009 00:10:15 -0000 1.92 +++ wsenum.xml 9 Dec 2009 00:36:36 -0000 1.93 @@ -2702,305 +2702,305 @@ <example> <eg><xs:schema - targetNamespace="http://www.w3.org/&wsenu.nsprefix;/ws-enu" - xmlns:tns="http://www.w3.org/&wsenu.nsprefix;/ws-enu" - 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/&wsenu.nsprefix;/ws-enu' + xmlns:tns='http://www.w3.org/&wsenu.nsprefix;/ws-enu' + 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" /> + <xs:import 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="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/&wsenu.nsprefix;/ws-enu/Dialects/XPath10"/> - <xs:anyAttribute namespace="##other" processContents="lax" /> + <xs:attribute name='Dialect' type='xs:anyURI' use='optional' + default='http://www.w3.org/&wsenu.nsprefix;/ws-enu/Dialects/XPath10'/> + <xs:anyAttribute namespace='##other' processContents='lax' /> </xs:complexType> - <xs:simpleType name="PositiveDurationType"> - <xs:restriction base="xs:duration"> - <xs:minExclusive value="P0Y0M0DT0H0M0S" /> + <xs:simpleType name='PositiveDurationType'> + <xs:restriction base='xs:duration'> + <xs:minExclusive value='P0Y0M0DT0H0M0S' /> </xs:restriction> </xs:simpleType> - <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> - <simpleType name="DurationDateTime"> - <xs:union memberTypes="xs:dateTime tns:NonNegativeDurationType" /> + <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="EnumerationContextType"> - <xs:complexContent mixed="true"> - <xs:restriction base="xs:anyType"> + <xs:complexType name='EnumerationContextType'> + <xs:complexContent mixed='true'> + <xs:restriction base='xs:anyType'> <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:restriction> </xs:complexContent> </xs:complexType> - <xs:complexType name="ItemListType"> - <xs:sequence maxOccurs="unbounded"> - <xs:any namespace="##other" processContents="lax" - minOccurs="0" maxOccurs="unbounded" /> + <xs:complexType name='ItemListType'> + <xs:sequence maxOccurs='unbounded'> + <xs:any namespace='##other' processContents='lax' + minOccurs='0' maxOccurs='unbounded' /> </xs:sequence> </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> <!-- Enumerate request --> - <xs:element name="Enumerate"> + <xs:element name='Enumerate'> <xs:complexType> <xs:sequence> - <xs:element name="EndTo" type="wsa:EndpointReferenceType" - 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='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> <!-- Used for a fault response --> - <xs:element name="SupportedDialect" type="xs:anyURI" /> + <xs:element name='SupportedDialect' type='xs:anyURI' /> <!-- Enumerate response --> - <xs:element name="EnumerateResponse"> + <xs:element name='EnumerateResponse'> <xs:complexType> <xs:sequence> - <xs:element name="GrantedExpires" type="tns:MiniExpirationType" - minOccurs="0" /> - <xs:element name="EnumerationContext" - type="tns:EnumerationContextType" /> - <xs:any namespace="##other" processContents="lax" - minOccurs="0" maxOccurs="unbounded" /> + <xs:element name='GrantedExpires' type='tns:MiniExpirationType' + minOccurs='0' /> + <xs:element name='EnumerationContext' + type='tns:EnumerationContextType' /> + <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> <!-- Pull request --> - <xs:element name="Pull"> + <xs:element name='Pull'> <xs:complexType> <xs:sequence> - <xs:element name="EnumerationContext" - type="tns:EnumerationContextType" /> - <xs:element name="MaxTime" type="tns:PositiveDurationType" - minOccurs="0" /> - <xs:element name="MaxElements" type="xs:positiveInteger" - minOccurs="0" /> - <xs:element name="MaxCharacters" type="xs:positiveInteger" - minOccurs="0" /> - <xs:any namespace="##other" processContents="lax" - minOccurs="0" maxOccurs="unbounded" /> + <xs:element name='EnumerationContext' + type='tns:EnumerationContextType' /> + <xs:element name='MaxTime' type='tns:PositiveDurationType' + minOccurs='0' /> + <xs:element name='MaxElements' type='xs:positiveInteger' + minOccurs='0' /> + <xs:element name='MaxCharacters' type='xs:positiveInteger' + 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> <!-- Pull response --> - <xs:element name="PullResponse"> + <xs:element name='PullResponse'> <xs:complexType> <xs:sequence> - <xs:element name="EnumerationContext" - type="tns:EnumerationContextType" - minOccurs="0" /> - <xs:element name="Items" type="tns:ItemListType" - minOccurs="0" /> - <xs:element name="EndOfSequence" minOccurs="0" /> + <xs:element name='EnumerationContext' + type='tns:EnumerationContextType' + minOccurs='0' /> + <xs:element name='Items' type='tns:ItemListType' + minOccurs='0' /> + <xs:element name='EndOfSequence' minOccurs='0' /> </xs:sequence> - <xs:anyAttribute namespace="##other" processContents="lax" /> + <xs:anyAttribute namespace='##other' processContents='lax' /> </xs:complexType> </xs:element> <!-- Renew request --> - <xs:element name="Renew"> + <xs:element name='Renew'> <xs:complexType> <xs:sequence> - <xs:element name="EnumerationContext" - type="tns:EnumerationContextType" /> - <xs:element name="Expires" type="tns:ExpirationType" - minOccurs="0" /> - <xs:any namespace="##other" processContents="lax" - minOccurs="0" maxOccurs="unbounded" /> + <xs:element name='EnumerationContext' + type='tns:EnumerationContextType' /> + <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:element name="EnumerationContext" - type="tns:EnumerationContextType" - minOccurs="0" /> - <xs:any namespace="##other" processContents="lax" - minOccurs="0" maxOccurs="unbounded" /> + <xs:element name='GrantedExpires' type='tns:MiniExpirationType' + minOccurs='0' /> + <xs:element name='EnumerationContext' + type='tns:EnumerationContextType' + 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:element name="EnumerationContext" - type="tns:EnumerationContextType" /> - <xs:any namespace="##other" processContents="lax" - minOccurs="0" maxOccurs="unbounded" /> + <xs:element name='EnumerationContext' + type='tns:EnumerationContextType' /> + <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> <!-- Release request --> - <xs:element name="Release"> + <xs:element name='Release'> <xs:complexType> <xs:sequence> - <xs:element name="EnumerationContext" - type="tns:EnumerationContextType" /> + <xs:element name='EnumerationContext' + type='tns:EnumerationContextType' /> </xs:sequence> - <xs:anyAttribute namespace="##other" processContents="lax" /> + <xs:anyAttribute namespace='##other' processContents='lax' /> </xs:complexType> </xs:element> <!-- Release response --> - <xs:element name="ReleaseResponse"> + <xs:element name='ReleaseResponse'> <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> <!-- EnumerationEnd message --> - <xs:element name="EnumerationEnd"> + <xs:element name='EnumerationEnd'> <xs:complexType> <xs:sequence> - <xs:element name="Code" type="tns:OpenEnumerationEndCodeType" /> - <xs:element name="Reason" type="tns:LanguageSpecificStringType" - minOccurs="0" maxOccurs="unbounded" /> - <xs:any namespace="##other" processContents="lax" - minOccurs="0" maxOccurs="unbounded" /> + <xs:element name='Code' type='tns:OpenEnumerationEndCodeType' /> + <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="EnumerationEndCodeType"> - <xs:restriction base="xs:anyURI"> + <xs:simpleType name='EnumerationEndCodeType'> + <xs:restriction base='xs:anyURI'> <xs:enumeration value= - "http://www.w3.org/&wsenu.nsprefix;/ws-enu/SourceShuttingDown" /> + 'http://www.w3.org/&wsenu.nsprefix;/ws-enu/SourceShuttingDown' /> <xs:enumeration value= - "http://www.w3.org/&wsenu.nsprefix;/ws-enu/SourceCancelling" /> + 'http://www.w3.org/&wsenu.nsprefix;/ws-enu/SourceCancelling' /> </xs:restriction> </xs:simpleType> - <xs:simpleType name="OpenEnumerationEndCodeType"> - <xs:union memberTypes="tns:EnumerationEndCodeType xs:anyURI" /> + <xs:simpleType name='OpenEnumerationEndCodeType'> + <xs:union memberTypes='tns:EnumerationEndCodeType xs:anyURI' /> </xs:simpleType> <!-- Policy --> - <xs:complexType name="Duration"> + <xs:complexType name='Duration'> <xs:simpleContent> - <xs:extension base="tns:NonNegativeDurationType"> - <xs:anyAttribute namespace="##other"/> + <xs:extension base='tns:NonNegativeDurationType'> + <xs:anyAttribute namespace='##other'/> </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"/> + <xs:extension base='xs:anyURI'> + <xs:anyAttribute namespace='##other'/> </xs:extension> </xs:simpleContent> </xs:complexType> - <xs:complexType name="Long"> + <xs:complexType name='Long'> <xs:simpleContent> - <xs:extension base="xs:long"> - <xs:anyAttribute namespace="##other"/> + <xs:extension base='xs:long'> + <xs:anyAttribute namespace='##other'/> </xs:extension> </xs:simpleContent> </xs:complexType> - <xs:element name="DataSource"> + <xs:element name='DataSource'> <xs:complexType> <xs:sequence> - <xs:element name="FilterDialect" type="tns:URI" minOccurs="0" - maxOccurs="unbounded"/> - <xs:element name="MaxExpires" type="tns:Duration" minOccurs="0"/> - <xs:element name="MaxTime" type="tns:Duration" minOccurs="0"/> - <xs:element name="MaxElements" type="tns:Long" minOccurs="0"/> - <xs:element name="MaxCharacters" type="tns:Long" minOccurs="0"/> - <xs:any namespace="##other" processContents="lax" minOccurs="0" - maxOccurs="unbounded"/> + <xs:element name='FilterDialect' type='tns:URI' minOccurs='0' + maxOccurs='unbounded'/> + <xs:element name='MaxExpires' type='tns:Duration' minOccurs='0'/> + <xs:element name='MaxTime' type='tns:Duration' minOccurs='0'/> + <xs:element name='MaxElements' type='tns:Long' minOccurs='0'/> + <xs:element name='MaxCharacters' type='tns:Long' 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> @@ -3028,103 +3028,103 @@ <example> <eg><wsdl:definitions - targetNamespace="http://www.w3.org/&wsenu.nsprefix;/ws-enu" - 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:wsen="http://www.w3.org/&wsenu.nsprefix;/ws-enu" - xmlns:xs="http://www.w3.org/2001/XMLSchema" > + targetNamespace='http://www.w3.org/&wsenu.nsprefix;/ws-enu' + 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:wsen='http://www.w3.org/&wsenu.nsprefix;/ws-enu' + xmlns:xs='http://www.w3.org/2001/XMLSchema' > <wsdl:types> <xs:schema> <xs:import - namespace="http://www.w3.org/&wsenu.nsprefix;/ws-enu" - schemaLocation="http://www.w3.org/&wsenu.nsprefix;/ws-enu/enumeration.xsd" /> + namespace='http://www.w3.org/&wsenu.nsprefix;/ws-enu' + schemaLocation='http://www.w3.org/&wsenu.nsprefix;/ws-enu/enumeration.xsd' /> </xs:schema> </wsdl:types> - <wsdl:message name="EnumerateMessage"> - <wsdl:part name="Body" element="wsen:Enumerate" /> + <wsdl:message name='EnumerateMessage'> + <wsdl:part name='Body' element='wsen:Enumerate' /> </wsdl:message> - <wsdl:message name="EnumerateResponseMessage"> - <wsdl:part name="Body" element="wsen:EnumerateResponse" /> + <wsdl:message name='EnumerateResponseMessage'> + <wsdl:part name='Body' element='wsen:EnumerateResponse' /> </wsdl:message> - <wsdl:message name="PullMessage"> - <wsdl:part name="Body" element="wsen:Pull" /> + <wsdl:message name='PullMessage'> + <wsdl:part name='Body' element='wsen:Pull' /> </wsdl:message> - <wsdl:message name="PullResponseMessage"> - <wsdl:part name="Body" element="wsen:PullResponse" /> + <wsdl:message name='PullResponseMessage'> + <wsdl:part name='Body' element='wsen:PullResponse' /> </wsdl:message> - <wsdl:message name="RenewMessage" > - <wsdl:part name="Body" element="wsen:Renew" /> + <wsdl:message name='RenewMessage' > + <wsdl:part name='Body' element='wsen:Renew' /> </wsdl:message> - <wsdl:message name="RenewResponseMessage" > - <wsdl:part name="Body" element="wsen:RenewResponse" /> + <wsdl:message name='RenewResponseMessage' > + <wsdl:part name='Body' element='wsen:RenewResponse' /> </wsdl:message> - <wsdl:message name="GetStatusMessage" > - <wsdl:part name="Body" element="wsen:GetStatus" /> + <wsdl:message name='GetStatusMessage' > + <wsdl:part name='Body' element='wsen:GetStatus' /> </wsdl:message> - <wsdl:message name="GetStatusResponseMessage" > - <wsdl:part name="Body" element="wsen:GetStatusResponse" /> + <wsdl:message name='GetStatusResponseMessage' > + <wsdl:part name='Body' element='wsen:GetStatusResponse' /> </wsdl:message> - <wsdl:message name="ReleaseMessage"> - <wsdl:part name="Body" element="wsen:Release" /> + <wsdl:message name='ReleaseMessage'> + <wsdl:part name='Body' element='wsen:Release' /> </wsdl:message> - <wsdl:message name="ReleaseResponseMessage"> - <wsdl:part name="Body" element="wsen:ReleaseResponse" /> + <wsdl:message name='ReleaseResponseMessage'> + <wsdl:part name='Body' element='wsen:ReleaseResponse' /> </wsdl:message> - <wsdl:message name="EnumerationEndMessage" > - <wsdl:part name="Body" element="wsen:EnumerationEnd" /> + <wsdl:message name='EnumerationEndMessage' > + <wsdl:part name='Body' element='wsen:EnumerationEnd' /> </wsdl:message> - <wsdl:portType name="DataSource"> - <wsdl:operation name="EnumerateOp"> + <wsdl:portType name='DataSource'> + <wsdl:operation name='EnumerateOp'> <wsdl:input - message="wsen:EnumerateMessage" - wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/Enumerate" /> + message='wsen:EnumerateMessage' + wsam:Action='http://www.w3.org/&wsenu.nsprefix;/ws-enu/Enumerate' /> <wsdl:output - message="wsen:EnumerateResponseMessage" - wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/EnumerateResponse" /> + message='wsen:EnumerateResponseMessage' + wsam:Action='http://www.w3.org/&wsenu.nsprefix;/ws-enu/EnumerateResponse' /> </wsdl:operation> - <wsdl:operation name="PullOp"> + <wsdl:operation name='PullOp'> <wsdl:input - message="wsen:PullMessage" - wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/Pull" /> + message='wsen:PullMessage' + wsam:Action='http://www.w3.org/&wsenu.nsprefix;/ws-enu/Pull' /> <wsdl:output - message="wsen:PullResponseMessage" - wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/PullResponse" /> + message='wsen:PullResponseMessage' + wsam:Action='http://www.w3.org/&wsenu.nsprefix;/ws-enu/PullResponse' /> </wsdl:operation> - <wsdl:operation name="RenewOp" > + <wsdl:operation name='RenewOp' > <wsdl:input - message="wsen:RenewMessage" - wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/Renew" /> + message='wsen:RenewMessage' + wsam:Action='http://www.w3.org/&wsenu.nsprefix;/ws-enu/Renew' /> <wsdl:output - message="wsen:RenewResponseMessage" - wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/RenewResponse" /> + message='wsen:RenewResponseMessage' + wsam:Action='http://www.w3.org/&wsenu.nsprefix;/ws-enu/RenewResponse' /> </wsdl:operation> - <wsdl:operation name="GetStatusOp" > + <wsdl:operation name='GetStatusOp' > <wsdl:input - message="wsen:GetStatusMessage" - wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/GetStatus" /> + message='wsen:GetStatusMessage' + wsam:Action='http://www.w3.org/&wsenu.nsprefix;/ws-enu/GetStatus' /> <wsdl:output - message="wsen:GetStatusResponseMessage" - wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/GetStatusResponse" /> + message='wsen:GetStatusResponseMessage' + wsam:Action='http://www.w3.org/&wsenu.nsprefix;/ws-enu/GetStatusResponse' /> </wsdl:operation> - <wsdl:operation name="ReleaseOp"> + <wsdl:operation name='ReleaseOp'> <wsdl:input - message="wsen:ReleaseMessage" - wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/Release" /> + message='wsen:ReleaseMessage' + wsam:Action='http://www.w3.org/&wsenu.nsprefix;/ws-enu/Release' /> <wsdl:output - message="wsen:ReleaseResponseMessage" - wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/ReleaseResponse" /> + message='wsen:ReleaseResponseMessage' + wsam:Action='http://www.w3.org/&wsenu.nsprefix;/ws-enu/ReleaseResponse' /> </wsdl:operation> </wsdl:portType> - <wsdl:portType name="EnumerationEndPortType"> - <wsdl:operation name="EnumerationEndOp" > + <wsdl:portType name='EnumerationEndPortType'> + <wsdl:operation name='EnumerationEndOp' > <wsdl:input - message="wsen:EnumerationEndMessage" - wsam:Action="http://www.w3.org/&wsenu.nsprefix;/ws-enu/EnumerationEnd" /> + message='wsen:EnumerationEndMessage' + wsam:Action='http://www.w3.org/&wsenu.nsprefix;/ws-enu/EnumerationEnd' /> </wsdl:operation> </wsdl:portType>
Received on Wednesday, 9 December 2009 00:36:49 UTC