Tests for loading data with augmented schema nodes with equal names
[controller.git] / opendaylight / md-sal / sal-rest-connector / src / test / resources / common / augment / yang / augment-main-b.yang
1 module augment-main-b {
2   namespace "ns:augment:main:b";  
3   prefix "aumab";
4
5   
6   import main {prefix mn; revision-date 2014-01-21;}   
7
8
9   revision "2014-01-21" {    
10   }
11   
12   augment "/mn:cont" {
13     container cont1 {
14         leaf lf11 {
15             type string;
16         }
17     }
18   }
19   
20 }