005e06a8a9d1e33fa33d1a83c17b5853a35bb875
[yangtools.git] / parser / yang-parser-rfc7950 / src / test / resources / openconfig-version / defaults / defaults / foo.yang
1 module foo {
2     namespace "foo";
3     prefix foo;
4     yang-version 1;
5
6     import bar { prefix bar; revision-date 2016-01-31; }
7
8     revision "2016-02-01" {
9         description "Initial version";
10     }
11
12     container root {
13     }
14 }