M
MikeL
Hello.
The following link lists the mapping of XML Schema types to .Net Framework
types:
http://msdn.microsoft.com/library/d...cpguide/html/cpconXSDSchemaObjectModelSOM.asp
I have a schema with an element of type "nonNegativeInteger". When I run
XSD.exe over it and generate C# code, the element is typed in .Net as
"string", and not "decimal" as the MSDN page indicates.
Is the information on that page old or am I just missing something?
Thanks in advance,
Mike
The following link lists the mapping of XML Schema types to .Net Framework
types:
http://msdn.microsoft.com/library/d...cpguide/html/cpconXSDSchemaObjectModelSOM.asp
I have a schema with an element of type "nonNegativeInteger". When I run
XSD.exe over it and generate C# code, the element is typed in .Net as
"string", and not "decimal" as the MSDN page indicates.
Is the information on that page old or am I just missing something?
Thanks in advance,
Mike