summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/normalize-node/yang/normalize-node-module
blob: 15e68ef2252933fbfd18d7d221af1d1f13d92ab1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module normalize-node-module {
  namespace "normalize:node:module";  

  prefix "nonomo";
  revision 2014-01-09 {    
  }

    container cont {
        leaf lf1 {
            type int32;
        }
    }
  
}