Instance identifier support
[controller.git] / opendaylight / md-sal / sal-rest-connector / 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   
13 }