summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/instanceidentifier/yang/augment-module-leaf-list.yang
blob: 54c305b208b54fa8cc9fbf9b9921719b8ca4477c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
module augment-module-leaf-list {
  namespace "augment:module:leaf:list";  

  prefix "amodulelflst";  
  
  import instance-identifier-module {prefix imodule; revision-date 2014-01-17;}
   
  revision 2014-01-27 {    
  }
  
    augment "/imodule:cont/imodule:cont1" {
       leaf-list lflst11 {
           type string;
       }       
       leaf lf11 {
            type instance-identifier;
       }
    }   
	  
}