Validation errors on xsd:anyType

Hi,

I have an element, <enml:SignerSignature> defined as <xsd:anyType>.

When I create an instance of the document, there is a sub-element within
it that is not qualified by any namespace:

	<enml:SignerSignature>
		<comment> ......</comment>
		<ds:KeyInfo>....<ds:KeyInfo>
	</enml:SignerSignature>

NetBeans 6.x does not complain about this; but apparently
Microsoft's Visual Studio Express 2008 and the .NET 3.5
framework do about the <comment> element.

Who is right on this?  TIA.

Arshad Noor
StrongAuth, Inc.

Received on Tuesday, 9 December 2008 22:12:21 UTC