185be60af59c0e4b4016e47a0f72ec66f430a138
[yangtools.git] / yang / yang-parser-impl / src / test / resources / substatement-validator / maximal-element / baz.yang
1 module baz {
2     yang-version 1;
3     namespace "urn:opendaylight.baz";
4     prefix "baz";
5
6     import maximal {
7         prefix "max";
8         revision-date 2015-11-11;
9     }
10
11     organization "opendaylight";
12     contact "http://www.opendaylight.org/";
13
14     revision "2015-11-11" {
15         reference " WILL BE DEFINED LATER";
16     }
17
18     augment "/max:interfaces/max:ifEntry" {
19         description "Test describtion";
20         description "Test describtion";
21         container augment-holder2 {
22             description "Description for augment holder";
23         }
24     }
25 }