Fixed RESTConf support for identity-ref build-in datatype
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / cnsn-to-xml / instance_identifier / rinstance-identifier-module.yang
1 module instance-identifier-module {
2   namespace "instance:identifier:module";  
3
4   prefix "inidmod";
5    
6   revision 2013-12-3 {    
7   }
8   
9         container cont {
10                 leaf lf1 {
11                         type instance-identifier {                              
12                         }
13                 }
14         }
15           
16 }