aa3bf3f253fb19e04e09ac2651bf55929ff0555f
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / common / augment / yang / augment-main-a.yang
1 module augment-main-a {
2   namespace "ns:augment:main:a";  
3   prefix "aumaa";
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 }