Enforce checkstyle in yang-data-util
[yangtools.git] / yang / yang-parser-impl / src / test / resources / rfc7950 / semantic-version / complex-2 / foobar@2016-02-27.yang
1 module foobar {
2     namespace "foobar";
3     prefix foobar;
4     yang-version 1;
5
6     import semantic-version { prefix sv; sv:semantic-version "2.5.50"; }
7
8     revision "2016-02-27" {
9         description "Not-imported version";
10     }
11     sv:semantic-version "7.13.0";
12
13     container root {
14         leaf included-not-correct-mark {
15             type empty;
16         }
17         container test-container {
18         }
19     }
20 }