blob: 99971bde4b0adb8024e278dd9477455b96b73241 [file] [log] [blame]
module modmust {
namespace "urn:yanglint:modmust";
prefix m;
import modleaf {
prefix ml;
}
leaf lfm {
type string;
must "/ml:lfl > 0";
}
}