Split Restconf implementations (draft02 and RFC) - Prepare modules
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / nn-to-json / identityref / identity-module.yang
1 module identity-module {
2   namespace "identity:module";  
3
4   prefix "idemod";
5   revision 2013-12-2 {    
6   }
7   
8         identity iden {         
9         }
10 }