- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 01 Aug 2005 13:09:14 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv19885
Modified Files:
wsdl20-extensions.xsd
Log Message:
Added documentation for @safe
Index: wsdl20-extensions.xsd
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-extensions.xsd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** wsdl20-extensions.xsd 16 Jun 2005 21:50:36 -0000 1.2
--- wsdl20-extensions.xsd 1 Aug 2005 13:09:11 -0000 1.3
***************
*** 29,33 ****
elementFormDefault='qualified'>
! <xs:attribute name='safe' type="xs:boolean" />
<xs:attribute name="interface" type="xs:QName">
--- 29,41 ----
elementFormDefault='qualified'>
! <xs:attribute name='safe' type="xs:boolean">
! <xs:annotation>
! <xs:documentation>
! This attribute may be used to annotate an
! interface operation to indicate that it
! provides a safe interaction.
! </xs:documentation>
! </xs:annotation>
! </xs:attribute>
<xs:attribute name="interface" type="xs:QName">
Received on Monday, 1 August 2005 13:09:18 UTC