Adds the specified System.Xml.XmlAttribute.
The XmlAttribute to add.
The XmlAttribute does not have any children. Use XmlAttribute.Value to assign a text value to the attribute or use XmlNode.AppendChild(XmlNode) (or a similar method) to add children to the attribute.