2002/ws/desc/test-suite assert-yourself.html,1.9,1.10

Update of /sources/public/2002/ws/desc/test-suite
In directory hutz:/tmp/cvs-serv31980/test-suite

Modified Files:
	assert-yourself.html 
Log Message:
Reviewed and added assertions to Part 1 sections 2. and 2.1.

Index: assert-yourself.html
===================================================================
RCS file: /sources/public/2002/ws/desc/test-suite/assert-yourself.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** assert-yourself.html	24 Feb 2006 23:32:41 -0000	1.9
--- assert-yourself.html	27 Feb 2006 00:05:06 -0000	1.10
***************
*** 7,11 ****
  <h1>Assert Yourself!</h1>
  <address><a href="mailto:ryman@ca.ib.com">Arthur Ryman, IBM</a></address>
! <address>Updated 2006-02-16</address>
  
  <p>[<a href="#intro">Introduction</a>] | [<a href="#how-to">How To</a>] | [<a href="#review-assignments">Review Assignments</a>]</p>
--- 7,11 ----
  <h1>Assert Yourself!</h1>
  <address><a href="mailto:ryman@ca.ib.com">Arthur Ryman, IBM</a></address>
! <address>Updated 2006-02-26</address>
  
  <p>[<a href="#intro">Introduction</a>] | [<a href="#how-to">How To</a>] | [<a href="#review-assignments">Review Assignments</a>]</p>
***************
*** 56,78 ****
  
  	<li><code>class</code> - a required classification of the assertion.
! 	The valid classes are: <code>document</code>, <code>component</code>, <code>message</code>,
! 	and <code>exchange</code>.
  	<ul>
- 		<li>A <code>document</code> assertion is a requirement on WSDL 2.0
- 		documents, e.g. that a document must not import its own namespace.</li>
  		<li>A <code>component</code> assertion is a requirement on WSDL 2.0
  		components, e.g. that an Interface must not extend itself.</li>
  		<li>A <code>message</code> assertion is a requirement on concrete Web
  		service messages, e.g. that a SOAP message body satsifies a certain
  		XML schema.</li>
- 		<li>An <code>exchange</code> assertion is a requirement on Web service
- 		message exchanges, e.g. that a fault may replace a message.</li>
  	</ul>
  	</li>
  
  	<li><code>required</code> - an optional boolean that indicates if the
! 	assertion is a requirment. The default is true. Set this to false for
! 	SHOULD, SHOULD NOT, etc. (Note: this is currently unsupported. I'll add
! 	it later.)</li>
  	</p>
  </ul>
--- 56,83 ----
  
  	<li><code>class</code> - a required classification of the assertion.
! 	The valid classes are: <code>component</code>, <code>document</code>, 
! 	<code>exchange</code>, and <code>message</code>.
  	<ul>
  		<li>A <code>component</code> assertion is a requirement on WSDL 2.0
  		components, e.g. that an Interface must not extend itself.</li>
+ 		<li>A <code>document</code> assertion is a requirement on WSDL 2.0
+ 		documents, e.g. that a document must not import its own namespace.</li>
+ 		<li>An <code>exchange</code> assertion is a requirement on Web service
+ 		message exchanges, e.g. that a fault may replace a message.</li>
  		<li>A <code>message</code> assertion is a requirement on concrete Web
  		service messages, e.g. that a SOAP message body satsifies a certain
  		XML schema.</li>
  	</ul>
  	</li>
  
  	<li><code>required</code> - an optional boolean that indicates if the
! 	assertion is mandatory or suggested. The default is <code>true</code>. 
! 	<ul>
! 		<li>Use <code>false</code> for SHOULD, SHOULD NOT, RECOMMENDED, NOT
! 		RECOMMENDED, MAY, or OPTIONAL requirements.</li>
! 		<li>Use <code>true</code> for MUST, MUST NOT, SHALL,
! 		SHALL NOT, or REQUIRED requirements.</li>
! 	</ul>
! 	</li>
  	</p>
  </ul>
***************
*** 98,101 ****
--- 103,107 ----
  		<td>1</td>
  		<td>2. Component Model</td>
+ 		<td>2006-02-26</td>
  	</tr>
  	<tr>
***************
*** 104,107 ****
--- 110,114 ----
  		<td>1</td>
  		<td>2.1 Description</td>
+ 		<td>2006-02-26</td>
  	</tr>
  	<tr>

Received on Monday, 27 February 2006 00:05:12 UTC