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

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

    container cont_m2 {
        leaf lf1_m2 {
            type string;
        }
    }
    container contB_m2 {
    }

  
}