- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 16 Jun 2005 22:04:33 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/test-suite/xmlcatalog/wsdl In directory hutz:/tmp/cvs-serv30313/test-suite/xmlcatalog/wsdl Modified Files: wsdl20.xsd Added Files: wsdl20-extensions.xsd Log Message: Updated WSDL schemas to reflect LC117. Index: wsdl20.xsd =================================================================== RCS file: /sources/public/2002/ws/desc/test-suite/xmlcatalog/wsdl/wsdl20.xsd,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** wsdl20.xsd 1 May 2005 19:29:29 -0000 1.6 --- wsdl20.xsd 16 Jun 2005 22:04:31 -0000 1.7 *************** *** 29,32 **** --- 29,33 ---- <xs:any processContents='lax' minOccurs='0' maxOccurs='unbounded' /> </xs:sequence> + <xs:anyAttribute namespace='##other' processContents='lax' /> </xs:complexType> *************** *** 38,42 **** </xs:annotation> <xs:sequence> ! <xs:element ref='wsdl:documentation' minOccurs='0' /> </xs:sequence> </xs:complexType> --- 39,43 ---- </xs:annotation> <xs:sequence> ! <xs:element ref='wsdl:documentation' minOccurs='0' maxOccurs="unbounded"/> </xs:sequence> </xs:complexType> *************** *** 176,179 **** --- 177,181 ---- <xs:attribute name='name' type='xs:NCName' use='required' /> <xs:attribute name='pattern' type='xs:anyURI' use='required' /> + <xs:attribute name='safe' type="xs:boolean" use='optional' /> <xs:attribute name='style' type='xs:anyURI' use='optional' /> </xs:extension> *************** *** 196,199 **** --- 198,209 ---- <xs:simpleType name="ElementReferenceType"> + <xs:annotation> + <xs:documentation> + Use the QName of a GED that describes the content, + #any for any content, + #none for empty content, or + #other for content described by some other extension attribute that references a declaration in a non-XML extension type system. + </xs:documentation> + </xs:annotation> <xs:union memberTypes="xs:QName"> <xs:simpleType> *************** *** 201,204 **** --- 211,215 ---- <xs:enumeration value="#any"/> <xs:enumeration value="#none"/> + <xs:enumeration value="#other"/> </xs:restriction> </xs:simpleType> *************** *** 241,245 **** <xs:any namespace='##other' processContents='lax' /> </xs:choice> ! <xs:attribute name='uri' type='xs:QName' use='required' /> <xs:attribute name='required' type='xs:boolean' use='optional' /> </xs:extension> --- 252,256 ---- <xs:any namespace='##other' processContents='lax' /> </xs:choice> ! <xs:attribute name='ref' type="xs:anyURI" use='required' /> <xs:attribute name='required' type='xs:boolean' use='optional' /> </xs:extension> *************** *** 261,265 **** maxOccurs='unbounded' /> </xs:sequence> ! <xs:attribute name='uri' type='xs:QName' use='required' /> </xs:extension> </xs:complexContent> --- 272,276 ---- maxOccurs='unbounded' /> </xs:sequence> ! <xs:attribute name='ref' type="xs:anyURI" use='required' /> </xs:extension> </xs:complexContent> *************** *** 358,362 **** <xs:any namespace='##other' processContents='lax' /> </xs:choice> ! <xs:attribute name='name' type='xs:NCName' use='optional' /> <xs:attribute name='interface' type='xs:QName' use='required' /> </xs:extension> --- 369,373 ---- <xs:any namespace='##other' processContents='lax' /> </xs:choice> ! <xs:attribute name='name' type='xs:NCName' use='required' /> <xs:attribute name='interface' type='xs:QName' use='required' /> </xs:extension> *************** *** 373,377 **** <xs:any namespace='##other' processContents='lax' /> </xs:choice> ! <xs:attribute name='name' type='xs:NCName' use='optional' /> <xs:attribute name='binding' type='xs:QName' use='required' /> <xs:attribute name='address' type='xs:anyURI' use='optional' /> --- 384,388 ---- <xs:any namespace='##other' processContents='lax' /> </xs:choice> ! <xs:attribute name='name' type='xs:NCName' use='required' /> <xs:attribute name='binding' type='xs:QName' use='required' /> <xs:attribute name='address' type='xs:anyURI' use='optional' /> *************** *** 393,395 **** </xs:complexType> ! </xs:schema> --- 404,406 ---- </xs:complexType> ! </xs:schema> \ No newline at end of file --- NEW FILE: wsdl20-extensions.xsd --- <?xml version='1.0' encoding='UTF-8'?> <!-- $Id: wsdl20-extensions.xsd,v 1.1 2005/06/16 22:04:31 aryman Exp $ --> <!-- W3C XML Schema defined in the Web Services Description (WSDL) Version 2.0 specification http://www.w3.org/TR/wsdl20-adjuncts Copyright (c) 2005 World Wide Web Consortium, (Massachusetts Institute of Technology, European Research Consortium for Informatics and Mathematics, Keio University). All Rights Reserved. This work is distributed under the W3C(r) Software License [1] in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. [1] http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231 --> <xs:schema xmlns:xs='http://www.w3.org/2001/XMLSchema' targetNamespace='http://www.w3.org/2005/05/wsdl-extensions' xmlns:wsdlx="http://www.w3.org/2005/05/wsdl-extensions" attributeFormDefault="qualified" elementFormDefault='qualified' xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema ../xsd/XMLSchema.xsd"> <xs:attribute name='safe' type="xs:boolean" /> <xs:attribute name="interface" type="xs:QName"> <xs:annotation> <xs:documentation> This attribute may be used to annotate element or attribute definitions to indicate that the content refers to Web service that implements the specified interface. </xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="binding" type="xs:QName"> <xs:annotation> <xs:documentation> This attribute may be used to annotate element or attribute definitions to indicate that the content refers to Web service that implements the specified binding. </xs:documentation> </xs:annotation> </xs:attribute> </xs:schema>
Received on Thursday, 16 June 2005 22:04:36 UTC