- From: Arthur Ryman via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 16 Jun 2005 21:50:38 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20 In directory hutz:/tmp/cvs-serv27883/wsdl20 Modified Files: wsdl20-extensions.xsd Log Message: [LC117] Added wsdlx:interface and wsdlx:binding global attributes. Index: wsdl20-extensions.xsd =================================================================== RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-extensions.xsd,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** wsdl20-extensions.xsd 7 Jun 2005 09:55:26 -0000 1.1 --- wsdl20-extensions.xsd 16 Jun 2005 21:50:36 -0000 1.2 *************** *** 26,32 **** --- 26,53 ---- targetNamespace='&wsdl-x-ns;' xmlns:wsdlx="&wsdl-x-ns;" + attributeFormDefault="qualified" elementFormDefault='qualified'> <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 21:50:41 UTC