blob: ae4ab2050091adf15f29bd7a38769378067f65d3 [file] [log] [blame]
module moddatanodes {
yang-version 1.1;
namespace "urn:yanglint:moddatanodes";
prefix mdn;
container dnc {
leaf lf {
type string;
}
leaf-list lfl {
type string;
}
leaf mis {
type string;
}
container con {
list lt {
key "kalf kblf";
leaf kalf {
type string;
}
leaf kblf {
type string;
}
leaf vlf {
type string;
}
}
}
}
}