summaryrefslogtreecommitdiffstats
path: root/netconf/restconf/restconf-nb-bierman02/src/test/resources/xml-to-cnsn/data-of-several-modules/yang/module1.yang
blob: f6a81ae664c4564b4d16cc182f8793cd8e35ffcc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module module1 {
  namespace "module:one";  

  prefix "m1";
  revision 2014-01-17 {    
  }

    container cont_m1 {
        leaf lf1_m1 {
            type string;
        }
    }
    container contB_m1 {
    }
  
}