4963c89cc0ef8f847e3bb3c9eac5c834eef6293c
[netconf.git] / restconf / restconf-nb-bierman02 / src / test / resources / modules / mount-points / mount-point-1.yang
1 module mount-point-1 {
2     namespace "mount:point:1";
3     prefix "point1";
4     revision "2016-01-01";
5
6     container cont {
7     }
8
9     list listA {
10     }
11 }