Bug 4662: Introduce a SemanticVersion concept - import processing
[yangtools.git] / yang / yang-parser-impl / src / test / resources / semantic-version / complex / complex-1 / foo.yang
1 module foo {
2     namespace "foo";
3     prefix foo;
4     yang-version 1;
5
6     import semantic-version { prefix sv; sv:semantic-version "1.0.0"; }
7     import bar { prefix bar; sv:semantic-version "1.2.5"; }
8
9     revision "2016-02-01" {
10         description "Initial version";
11     }
12     sv:semantic-version "1.50.02";
13 }