a9df486b136da3a32ec674e4de1a6adb89fdcdbf
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / nn-to-json / invalid-top-level-element / invalid-top-level-element.yang
1 module invalid-top-level-element {
2   namespace "invalid:top:level:element";  
3
4   prefix "intoleel";
5    revision 2013-12-17 {    
6   }
7   
8
9     leaf lf {
10         type string;
11     }
12
13 }