- From: Hugo Haas via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 02 Jun 2005 15:55:02 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory homer:/tmp/cvs-serv12022
Modified Files:
wsdl20.xml
Log Message:
LC75c: moved safety for Part 2
Index: wsdl20.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20.xml,v
retrieving revision 1.274
retrieving revision 1.275
diff -C2 -d -r1.274 -r1.275
*** wsdl20.xml 2 Jun 2005 09:44:49 -0000 1.274
--- wsdl20.xml 2 Jun 2005 15:54:59 -0000 1.275
***************
*** 2955,2969 ****
absolute URIs (see <bibref ref="RFC3986"/>).</p></item>
- <item><p>{safety} REQUIRED. An <emph>xs:boolean</emph>
- indicating whether the
- operation is asserted to be safe (as defined in Section
- 3.5 of <bibref ref="webarch"/>) for users of the described
- service to invoke. If this property is false, then no
- assertion has been made about the safety of
- the operation, thus the operation MAY or MAY NOT be safe.
- However, an operation SHOULD be marked safe if it meets
- the criteria for a safe interaction defined in Section 3.5
- of <bibref ref="webarch"/>.</p></item>
-
<item><p>{features} OPTIONAL. A set of Feature components.</p></item>
--- 2955,2958 ----
***************
*** 2985,2990 ****
interfaceMessageReferences : <power/> ID <nl/>
interfaceFaultReferences : <power/> ID <nl/>
! style : <power/> AbsoluteURI <nl/>
! safety : Boolean
</schema>
--- 2974,2978 ----
interfaceMessageReferences : <power/> ID <nl/>
interfaceFaultReferences : <power/> ID <nl/>
! style : <power/> AbsoluteURI
</schema>
***************
*** 3231,3236 ****
name="<emph>xs:NCName</emph>"
pattern="<emph>xs:anyURI</emph>"
! style="<emph>list of xs:anyURI</emph>"?
! safe="<emph>xs:boolean</emph>"? >
<documentation />?
[ <feature /> | <property /> |
--- 3219,3223 ----
name="<emph>xs:NCName</emph>"
pattern="<emph>xs:anyURI</emph>"
! style="<emph>list of xs:anyURI</emph>"? >
<documentation />?
[ <feature /> | <property /> |
***************
*** 3277,3287 ****
<item>
<p>
- An OPTIONAL <att>safe</att> &AII; as
- described below in <specref
- ref="InterfaceOperation_safe_attribute" />.
- </p>
- </item>
- <item>
- <p>
Zero or more namespace qualified &AII;s whose
[namespace name] is
--- 3264,3267 ----
***************
*** 3415,3437 ****
</div4>
- <div4 id="InterfaceOperation_safe_attribute">
- <head><att>safe</att> &AII; with <el>operation</el> [owner element]</head>
-
- <p>The <att>safe</att> &AII; indicates whether the operation
- is declared to be <emph>safe</emph> or not.</p>
-
- <p> The <att>safe</att> &AII; has the following
- Infoset properties: </p>
-
- <ulist>
- <item><p>A [local name] of <att>safe</att></p></item>
- <item><p>A [namespace name] which has no value</p></item>
- </ulist>
-
- <p> The type of the <att>safe</att> &AII; is
- <emph>xs:boolean</emph>. It does NOT have a default value.</p>
-
- </div4>
-
</div3>
--- 3395,3398 ----
***************
*** 3496,3506 ****
</tr>
<tr>
- <td>{safety}</td>
- <td>
- The actual value of the <att>safe</att> &AII;, if
- present, otherwise the value <attval>false</attval>.
- </td>
- </tr>
- <tr>
<td>{features}</td>
<td>
--- 3457,3460 ----
***************
*** 9784,9795 ****
</bibl>
- <bibl id="webarch" key="Web Architecture"
- href="http://www.w3.org/TR/2003/WD-webarch-20031209/">
- <titleref>Architecture of the World Wide Web, First
- Edition</titleref>, Ian Jacobs, Editor. W3C Technical
- Architecture Group, December, 2003. Available at
- http://www.w3.org/TR/2003/WD-webarch-20031209/.
- </bibl>
-
<bibl id="ISO10646" key="ISO/IEC 10646" href="http://www.iso.ch">
<titleref>ISO/IEC 10646-1:2000. Information technology --
--- 9738,9741 ----
***************
*** 10941,10945 ****
<th>Description</th>
</tr>
!
<tr>
<td>20050601</td>
--- 10887,10898 ----
<th>Description</th>
</tr>
!
! <tr>
! <td>20050602</td>
! <td>HH</td>
! <td><loc href="http://www.w3.org/2002/ws/desc/4/lc-issues/issues.html#LC75c">LC75c</loc>:
! moved safety to Part 2.</td>
! </tr>
!
<tr>
<td>20050601</td>
Received on Thursday, 2 June 2005 15:55:05 UTC