An XmlAttr is a key/value pair representing an attribute of a node.
An attribute has
There is no standalone constructor available for XmlAttr, use XmlNode.add_attr() to create a new attribute.
get name for attr
get namespace for attr
remove note attribute
Alias for value
get value for attr
[Validate]