The namespace declaration is restricted to the scope of the element where it is declared.


     <aaa xmlns:lower = "http://zvon.org/lowercase" >
          <lower:BBB xmlns:lower = "http://zvon.org/uppercase" >
               <lower:x111 />
               <sss xmlns:lower = "http://zvon.org/xnumber" >
                    <lower:x111 />
               </sss>
          </lower:BBB>
          <lower:x111 />
     </aaa>