Remove RestconfError.ErrorType
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / resources / instanceidentifier / yang / augment-module-leaf-list.yang
1 module augment-module-leaf-list {
2   namespace "augment:module:leaf:list";
3
4   prefix "amodulelflst";
5
6   import instance-identifier-module {prefix imodule; revision-date 2014-01-17;}
7
8   revision 2014-01-27 {
9   }
10
11     augment "/imodule:cont/imodule:cont1" {
12        leaf-list lflst11 {
13            type string;
14        }
15        leaf lf11 {
16             type instance-identifier;
17        }
18     }
19 }