Fixed RESTConf support for identity-ref build-in datatype
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / cnsn-to-xml / 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 }