1
0
Fork 0
libyang/tools/lint/examples/module3.yang

9 lines
155 B
YANG
Raw Permalink Normal View History

module module3 {
namespace "urn:yanglint:module";
prefix m;
leaf m { type string; must "../c/a"; }
container c {
leaf b { type string; }
}
}