868ce014a040b17dade124bfd245379055b30d10
[yangtools.git] / yang / yang-parser-impl / src / test / resources / semantic-version / position / position-head / bar.yang
1 module bar {
2     sv:semantic-version "0.1.2";
3
4     namespace "bar";
5     prefix bar;
6     yang-version 1;
7
8     import semantic-version { prefix sv; revision-date 2016-02-02; sv:semantic-version "0.0.1"; }
9
10     revision "2016-01-31" {
11         description "Initial version";
12     }
13
14     container root {
15     }
16 }