Attributes usually don't have namespaces the way elements do.
They are just "associated" with the elements to which they belong.
Sir
The id attribute is not part of this namespace.
The id attribute is simply associated with the element.
If you used prefixes, you could specify that id is in a namespace.
Sir