XmlNamespaceAttribute public class XmlNamespaceAttribute : Attribute Documentation public bool Default { get; set; } public string NamespaceUri { get; } public string Prefix { get; } public XmlNamespaceAttribute(string namespaceUri, string prefix)