The default namespace
- for backward compatibility and simplicity.
Unprefixed element names are assigned a default namespace.
-
declaration: xmlns="URI"
-
default value: "" (means: treat as unqualified name)
-
does not affect unprefixed attribute names (they belong
to the same namespace as their elements)