2004/ws/addressing ws-addr-soap.xml,1.121,1.122 ws-addr.xsd,1.17,1.18

Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv11073

Modified Files:
	ws-addr-soap.xml ws-addr.xsd 
Log Message:
Removed ProblemHeader detail element and made 'Destination Unreachable', 'Action Not Supported' and 'Endpoint Unavailable' faults optional

Index: ws-addr.xsd
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr.xsd,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** ws-addr.xsd	31 Oct 2005 20:14:46 -0000	1.17
--- ws-addr.xsd	9 Mar 2006 18:35:34 -0000	1.18
***************
*** 132,143 ****
  	</xs:complexType>
  	
- 	<xs:element name="ProblemHeader" type="tns:AttributedAnyType"/>
- 	<xs:complexType name="AttributedAnyType">
- 		<xs:sequence>
- 			<xs:any namespace="##any" processContents="lax"/>
- 		</xs:sequence>
- 		<xs:anyAttribute namespace="##other" processContents="lax"/>
- 	</xs:complexType>
- 	
  	<xs:element name="ProblemIRI" type="tns:AttributedURIType"/>
  	
--- 132,135 ----

Index: ws-addr-soap.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-soap.xml,v
retrieving revision 1.121
retrieving revision 1.122
diff -C2 -d -r1.121 -r1.122
*** ws-addr-soap.xml	9 Mar 2006 18:17:29 -0000	1.121
--- ws-addr-soap.xml	9 Mar 2006 18:35:34 -0000	1.122
***************
*** 661,683 ****
            in the faults described in <specref ref="soapfaults"/>.</p>
          <div3>
-           <head>Problem Header</head>
-           <p> The following describes the &lt;wsa:ProblemHeader&gt; element:</p>
-           <glist>
-             <gitem>
-               <label>/wsa:ProblemHeader</label>
-               <def>
-                 <p>The root element of the invalid header block, all descendants of the root element
-                   are also included.</p>
-               </def>
-             </gitem>
-             <gitem>
-               <label>/wsa:ProblemHeader/@{any}</label>
-               <def>
-                 <p>Optional extensibility attributes that do not affect processing.</p>
-               </def>
-             </gitem>
-           </glist>
-         </div3>
-         <div3>
            <head>Problem Header QName</head>
            <p> The following describes the &lt;wsa:ProblemHeaderQName&gt; element:</p>
--- 661,664 ----
***************
*** 842,845 ****
--- 823,827 ----
            <p> [Details] an optional &lt;wsa:ProblemIRI&gt; element that conveys the
              [address] of the [destination].</p>
+           <p>Implementation of this fault is optional</p>
          </div3>
          <div3 id="actionfault">
***************
*** 851,854 ****
--- 833,837 ----
            <p> [Details] a &lt;wsa:ProblemAction&gt; element with a REQUIRED
              &lt;wsa:Action&gt; child element</p>
+           <p>Implementation of this fault is optional</p>
          </div3>
          <div3 id="unavailablefault">
***************
*** 864,867 ****
--- 847,851 ----
              &lt;wsa:ProblemIRI&gt; element that conveys the [address] of the
            [destination].</p>
+           <p>Implementation of this fault is optional</p>
          </div3>
        </div2>

Received on Thursday, 9 March 2006 18:35:38 UTC