Fixed RESTConf support for identity-ref build-in datatype
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / xml-to-cnsn / identityref / yang-augments / identityref-module.yang
1 module identityref-module {
2   namespace "identityref:module";  
3
4   prefix "iderefmod";
5   
6   import identity-module {prefix idemo; revision-date 2013-12-2;}
7   import general-module {prefix gmo; revision-date 2013-12-12;}
8    
9   revision 2013-12-2 {    
10   }
11   
12         augment "/gmo:cont/gmo:cont1" {
13                 leaf lf11 {
14                         type identityref {
15                                 base "idemo:iden";
16                         }
17                 }
18         }
19           
20 }