Merge branch 'master' of ../controller
[yangtools.git] / yang / yang-data-codec-xml / src / test / resources / bug8803 / bar.yang
1 module bar {
2     namespace bar-ns;
3     prefix bar;
4
5     import foo {
6         prefix foo;
7     }
8
9     augment "/foo:top-cont/foo:keyed-list" {
10         leaf iid-leaf {
11             type instance-identifier;
12         }
13     }
14 }