Namespace Prefix
If an XML namespace declaration contains a prefix, refer the element type or attribute in that namespace with the associated prefix.
<!-- A and B are in the http://www.foo.org/ namespace, which is associated with the foo prefix. -->
<foo:A xmlns:foo="http://www.foo.org/">