SOAP schema errors

I've checked the SOAP schema and discovered some errors:

soap-encoding.xsd (version 1.3)
  line 54: nonNegativeIntegers	--> nonNegativeInteger
  line 87: xs:Qname			--> xs:QName
  line 97: tns:position undefined	--> add a def, e.g. <xs:attribute
name="position" type="xs:nonNegativeInteger"/>

soap-rpc.xsd (version 1.1)
  tns prefix undefined			--> add
xmlns:tns="http://www.w3.org/2001/12/soap-rpc"

Gudge, could you as our schema expert have a look, please?

Regards, Dietmar.

Received on Saturday, 2 March 2002 15:23:08 UTC