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