using System.Xml.Serialization; namespace PartSource.Data.Nexpart { [XmlType(AnonymousType = true, Namespace = "http://whisolutions.com/PartSelectService-v1")] public class WHIEngines { [XmlElement(Namespace = "http://whisolutions.com/PartSelectServ/2011-07-21")] public WHIEngine[] WHIEngine; } }