Standalone yang library data writer
[netconf.git] / apps / yanglib-mdsal-writer / src / test / resources / test-more.yang
1 module test-more {
2   yang-version 1.1;
3   namespace "test:more";
4   prefix mr;
5
6   import test-module {
7     prefix tm;
8   }
9
10   revision 2023-07-25;
11
12   feature first-feature;
13
14   feature second-feature;
15
16   deviation "/tm:cont/tm:lf" {
17     deviate replace {
18       mandatory false;
19       type uint32;
20     }
21   }
22 }