6779d00de1ebb1dea6bc7c72c0f5406addc070b8
[netconf.git] / restconf / restconf-nb-rfc8040 / src / test / resources / instanceidentifier / yang / instance-identifier-module.yang
1 module instance-identifier-module {
2   yang-version 1.1;
3   namespace "instance:identifier:module";
4
5   prefix "iimodule";
6   revision 2014-01-17;
7
8   container cont {
9     container cont1 {
10       action reset {
11         input {
12           leaf delay {
13             type uint32;
14             default 0;
15           }
16         }
17       }
18     }
19   }
20 }