I\'ve got test xml file that looks like this:
...
When I\'m t
A namespace is fundamental in XML (unlike namespaces which are interchangeable). If Person is in that namespace, you must tell it:
[XmlRoot(Namespace="http://tempuri.org/PaymentInformationXml.xsd")] public class Person {...}