What characters are allowed in an XML namespace prefix?
The prefix can contain any character that is allowed in the Name [5] production in XML 1.0 except a colon. Of note, the xml prefix can only be bound to the http://www.w3.org/XML/1998/namespace namespace name. The xmlns prefix cannot be used except to declare namespaces; for example, xmlns:xmlns = “http://www.w3.org/2000/xmlns/” is not a legal namespace declaration.