1b7d0e319fca4ef0594b772da6b57cfe155b65b2
[yangtools.git] / yang / yang-parser-impl / src / test / resources / semantic-version / multiple-modules / bar@2016-01-03.yang
1 module bar {
2     namespace "bar";
3     prefix bar;
4     yang-version 1;
5
6     import semantic-version { prefix sv; revision-date 2016-02-02; sv:semantic-version "0.0.1"; }
7
8     revision "2016-01-03" {
9         description "Initial version";
10     }
11     sv:semantic-version "0.1.3";
12
13     container root {
14     }
15 }