Split Restconf implementations (draft02 and RFC) - providers tests
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / resources / instanceidentifier / yang / instance-identifier-module.yang
1 module instance-identifier-module {
2   namespace "instance:identifier:module";
3
4   prefix "iimodule";
5   revision 2014-01-17 {
6   }
7
8     container cont {
9         container cont1 {
10         }
11     }
12 }