SOAP schema bugs?

The schema definitions for both SOAP 1.1 and 1.2 seem to have a problem. 
The definition of the Envelope item has this:
    <xs:anyAttribute namespace="##other" processContents="lax" />
Since, for exmaple, the SOAP encodingStyle attribute is allowed on the 
Envelope element (as in Example 1 of the SOAP 1.1 spec), shouldn't 
##other really be ##any ?
	/r$

Received on Friday, 30 August 2002 12:38:28 UTC