Add XMLInputFactory to UntrustedXML
[yangtools.git] / yang / yang-parser-impl / src / test / resources / semantic-version / node-test / bar@20170406.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 2017-04-06 {
9         description "test";
10     }
11     
12     sv:semantic-version "2017.4.6";
13
14     grouping grp {
15         container con20160404 {
16         }
17         container con20160405 {
18         }
19         container con20160406 {
20         }
21         container con20170406 {
22         }
23     }
24 }