Instance identifier support
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / instanceidentifier / yang / augment-augment-module.yang
1 module augment-augment-module {
2   namespace "augment:augment:module";  
3
4   prefix "aamodule";
5   
6   import augment-module {prefix amodule; revision-date 2014-01-17;}
7   import instance-identifier-module {prefix imodule; revision-date 2014-01-17;}
8    
9   revision 2014-01-17 {    
10   }
11   
12         augment "/imodule:cont/imodule:cont1/amodule:lst11" {
13         leaf lf111 {
14             type instance-identifier;
15         }
16         leaf lf112 {
17             type string;
18         }
19         }
20           
21 }