[Bug 3753] Example 1-1 is not a complete security policy

http://www.w3.org/Bugs/Public/show_bug.cgi?id=3753





------- Comment #2 from ritzmann@sun.com  2006-09-20 11:22 -------
Follow up by Tony Nadalin:

Instead for changing the wording I suggest the following using the
following example

01) <wsp:Policy
xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy"
xmlns:wsp="http://www.w3.org/@@@@/@@/policy" >
(02)   <wsp:ExactlyOne>
(03)     <wsp:All>
(04)       <sp:SignedParts>
              <sp:Body />
           </sp:SignedParts>
(05)     </wsp:All>
(06)     <wsp:All>
(07)       <sp:EncryptedParts>
              <sp:Body />
           </sp:EncryptedParts>
(08)     </wsp:All>
(09)   </wsp:ExactlyOne>
(10) </wsp:Policy>

Received on Wednesday, 20 September 2006 11:22:32 UTC