summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/json-to-nn/leafref/augment-leafref-module.yang
blob: 8a55e43a374055f5a10d1a406b8a9e73b43bdaab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
module augment-leafref-module {
  namespace "augment:leafref:module";  

  prefix "auglfrfmo";
  revision 2014-12-16;

  typedef leafreftype {
    type leafref {
      path "/auglfrfmo:cont/auglfrfmo:lf3";
    }
  }
  
  container cont {
    leaf lf3 {
        type string;
    }
  }
}