I am just putting the finishing touches to my Zthes format deserializer (System.Xml.Serialization) which uses the namespace \"dc\" in the element \"thes\". All \"term\" elem
[XmlElement("someElement", Namespace="namespace")] public string SomeElement;
Addendum: Make sure "namespace" is the full URI of the namespace, not just the prefix.