You're not including the namespace, which is "http://www.lge.com/ddc", defaulted from the parent element:
"http://www.lge.com/ddc"
XNamespace ns = "http://www.lge.com/ddc"; foreach (XElement element in xdoc.Descendants(ns + "nationalList")) { ... }