<?xml version="1.0"?>
<!-- Attribute uniqueness: different attributes with same local name -->
<foo xmlns:a="http://example.org/~wilbur"
     xmlns:b="http://example.org/~kipper">

<bar a:attr="1" b:attr="2"/>

</foo>