One way to overcome the problem is to use <define> as children of
<include>.
<include href="common.atts.rng>
<define name="foo">...</define>
....
</include>
Here this define statement overrides the define stantement in
common.atts.rng having the name "foo".
Cheers,
Makoto