Bump upstreams to SNAPSHOTs
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / resources / instanceidentifier / yang / augment-augment-module.yang
1 module augment-augment-module {
2   namespace "augment:augment:module";
3
4   prefix "aamodule";
5
6   import augment-module { prefix amodule; }
7   import instance-identifier-module { prefix imodule; }
8
9   revision 2014-01-17 {
10   }
11
12   augment "/imodule:cont/imodule:cont1/amodule:lst11" {
13         leaf lf111 {
14             type instance-identifier;
15         }
16         leaf lf112 {
17             type string;
18         }
19   }
20 }